]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/cli_hush.h
CPCI4052: Remove CONFIG_SYS_LONGHELP
[karo-tx-uboot.git] / include / cli_hush.h
index 4951eef5724305519038ca739a77c60e087a5fa5..57c870dfe99a157119b3ab43c393bea6271eafb0 100644 (file)
@@ -11,6 +11,7 @@
 #define FLAG_EXIT_FROM_LOOP 1
 #define FLAG_PARSE_SEMICOLON (1 << 1)    /* symbol ';' is special for parser */
 #define FLAG_REPARSING       (1 << 2)    /* >=2nd pass */
+#define FLAG_CONT_ON_NEWLINE (1 << 3)    /* continue when we see \n */
 
 extern int u_boot_hush_start(void);
 extern int parse_string_outer(const char *, int);