summaryrefslogtreecommitdiffstats
path: root/include/command.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-01-27 18:03:10 -0600
committerWolfgang Denk <wd@denx.de>2009-01-28 08:43:45 +0100
commit62c3ae7c6ef215b1afa614abdf61acf077752207 (patch)
treedac70a1eebda8bb6c05b95db3a7bebffeff94b3b /include/command.h
parent84cde2bb409c07c6ef36a192d194359d4e9ccd70 (diff)
downloadblackbird-obmc-uboot-62c3ae7c6ef215b1afa614abdf61acf077752207.tar.gz
blackbird-obmc-uboot-62c3ae7c6ef215b1afa614abdf61acf077752207.zip
Standardize command usage messages with cmd_usage()
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/command.h b/include/command.h
index a8a153cb0f..58992e9796 100644
--- a/include/command.h
+++ b/include/command.h
@@ -64,6 +64,8 @@ extern cmd_tbl_t __u_boot_cmd_end;
cmd_tbl_t *find_cmd(const char *cmd);
cmd_tbl_t *find_cmd_tbl (const char *cmd, cmd_tbl_t *table, int table_len);
+extern void cmd_usage(cmd_tbl_t *cmdtp);
+
#ifdef CONFIG_AUTO_COMPLETE
extern void install_auto_complete(void);
extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *colp);
OpenPOWER on IntegriCloud