We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092e39d commit 405d2cbCopy full SHA for 405d2cb
1 file changed
scripts/kconfig/lkc_proto.h
@@ -1,4 +1,7 @@
1
/* SPDX-License-Identifier: GPL-2.0 */
2
+#ifndef LKC_PROTO_H
3
+#define LKC_PROTO_H
4
+
5
#include <stdarg.h>
6
7
/* confdata.c */
@@ -50,3 +53,5 @@ char *expand_one_token(const char **str);
50
53
51
54
/* expr.c */
52
55
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