mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Standardize command usage messages with cmd_usage()
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
84cde2bb40
commit
62c3ae7c6e
@@ -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);
|
||||
|
Reference in New Issue
Block a user