X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcli_hush.h;h=2bd35670c7313dbdac44e49fcaf4c958d2b8ccf7;hb=bfc6bae8fa1f2d8a9c51548767b02f1a1e0ffe52;hp=4951eef5724305519038ca739a77c60e087a5fa5;hpb=dab5e3469d294a4e1ffed8407d296a78e02cc01f;p=u-boot diff --git a/include/cli_hush.h b/include/cli_hush.h index 4951eef572..2bd35670c7 100644 --- a/include/cli_hush.h +++ b/include/cli_hush.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _CLI_HUSH_H_ @@ -11,6 +10,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);