diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-09 22:53:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 22:53:39 +0100 |
commit | 808da52f6202ce2ab7197b03ed405baa376e2472 (patch) | |
tree | 2857ea97671575f32dd2412150b9e90c14545240 /include | |
parent | cc557950f742fe18003638963e267d52036159ce (diff) | |
parent | 6636b62a6efc7f14e6e788788631ae7a7fca4537 (diff) | |
download | u-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')
-rw-r--r-- | include/common.h | 2 |
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); |