]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/command.h
_USE_LABEL --> FF_USE_LABEL
[z180-stamp.git] / include / command.h
index e44512e4b492fb4fb8eed7bd8ad0ad4bde14ca54..d7eccc932da18dbb624ce3186412f0729b627978 100644 (file)
@@ -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,