summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-09 22:53:39 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 22:53:39 +0100
commit808da52f6202ce2ab7197b03ed405baa376e2472 (patch)
tree2857ea97671575f32dd2412150b9e90c14545240 /include/common.h
parentcc557950f742fe18003638963e267d52036159ce (diff)
parent6636b62a6efc7f14e6e788788631ae7a7fca4537 (diff)
downloadu-boot-imx-808da52f6202ce2ab7197b03ed405baa376e2472.zip
u-boot-imx-808da52f6202ce2ab7197b03ed405baa376e2472.tar.gz
u-boot-imx-808da52f6202ce2ab7197b03ed405baa376e2472.tar.bz2
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 493417f..3b5bd8c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -197,6 +197,8 @@ int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen);
void main_loop (void);
int run_command (const char *cmd, int flag);
int readline (const char *const prompt);
+int readline_into_buffer (const char *const prompt, char * buffer);
+int parse_line (char *, char *[]);
void init_cmd_timeout(void);
void reset_cmd_timeout(void);