]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/command.h
dwc3: core: added an API to invoke irq handlers
[people/ms/u-boot.git] / include / command.h
index d3f700fc3c83f2f5da74f9d50ccfd6350f2512b1..bd3fc049ecaa7b3e3c30c0fafc4fb35dd1790f02 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
-#include <config.h>
 #include <linker_lists.h>
 
 #ifndef NULL
@@ -148,6 +147,7 @@ int cmd_process(int flag, int argc, char * const argv[],
  */
 #define CMD_FLAG_REPEAT                0x0001  /* repeat last command          */
 #define CMD_FLAG_BOOTD         0x0002  /* command is from bootd        */
+#define CMD_FLAG_ENV           0x0004  /* command is from the environment */
 
 #ifdef CONFIG_AUTO_COMPLETE
 # define _CMD_COMPLETE(x) x,