Skip to content

Commit

Permalink
kconfig: add include guard to lkc_proto.h
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Dec 28, 2023
1 parent 092e39d commit 405d2cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/kconfig/lkc_proto.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef LKC_PROTO_H
#define LKC_PROTO_H

#include <stdarg.h>

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

/* expr.c */
void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken);

#endif /* LKC_PROTO_H */

0 comments on commit 405d2cb

Please sign in to comment.