X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fcli_hush.h;h=57c870dfe99a157119b3ab43c393bea6271eafb0;hb=84a51a48661d39027d5ab9885ec566d09e9fab64;hp=4951eef5724305519038ca739a77c60e087a5fa5;hpb=019b57cc1d280c3768e2e8a7ff22e07a64c2f670;p=karo-tx-uboot.git diff --git a/include/cli_hush.h b/include/cli_hush.h index 4951eef572..57c870dfe9 100644 --- a/include/cli_hush.h +++ b/include/cli_hush.h @@ -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);