Commit 405d2cb2 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: add include guard to lkc_proto.h

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 092e39d1
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef LKC_PROTO_H
#define LKC_PROTO_H
#include <stdarg.h>
/* confdata.c */
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment