X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7eecbdacec66226ebc3959411883aeaebcf9791d..81a43faf77dc6b8aaa9f3b9cddb89dc1e9192ebd:/include/command.h diff --git a/include/command.h b/include/command.h index e44512e..d7eccc9 100644 --- a/include/command.h +++ b/include/command.h @@ -133,8 +133,10 @@ extern int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc, /* * Flags for command table: */ -#define CTBL_REPEAT 0x01 /* command is repeatable */ +#define CTBL_RPT 0x01 /* command is repeatable */ #define CTBL_SUBCMD 0x02 /* command has subcommands */ +#define CTBL_SUBCMDAUTO 0x04 /* execute subcommands whithout prefix */ +#define CTBL_DBG 0x08 /* command is only for debugging */ #ifdef CONFIG_AUTO_COMPLETE # define _CMD_COMPLETE(x) x,