Skip to content

Commit 405d2cb

Browse files
committed
kconfig: add include guard to lkc_proto.h
Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 092e39d commit 405d2cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/kconfig/lkc_proto.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2+
#ifndef LKC_PROTO_H
3+
#define LKC_PROTO_H
4+
25
#include <stdarg.h>
36

47
/* confdata.c */
@@ -50,3 +53,5 @@ char *expand_one_token(const char **str);
5053

5154
/* expr.c */
5255
void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken);
56+
57+
#endif /* LKC_PROTO_H */

0 commit comments

Comments
 (0)