X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fcommand.h;h=bd3fc049ecaa7b3e3c30c0fafc4fb35dd1790f02;hb=8f0b1e24e2887713bdcbf35b08902e9555ee7b92;hp=d3f700fc3c83f2f5da74f9d50ccfd6350f2512b1;hpb=16ff9902468088a0a559b3db95421355ef60d366;p=oweals%2Fu-boot.git diff --git a/include/command.h b/include/command.h index d3f700fc3c..bd3fc049ec 100644 --- a/include/command.h +++ b/include/command.h @@ -11,7 +11,6 @@ #ifndef __COMMAND_H #define __COMMAND_H -#include #include #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,