diff options
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 625ec69ebeee..306c5a59efc2 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -87,6 +87,11 @@ void sym_set_change_count(int count); | |||
87 | void sym_add_change_count(int count); | 87 | void sym_add_change_count(int count); |
88 | void conf_set_all_new_symbols(enum conf_def_mode mode); | 88 | void conf_set_all_new_symbols(enum conf_def_mode mode); |
89 | 89 | ||
90 | struct conf_printer { | ||
91 | void (*print_symbol)(FILE *, struct symbol *, const char *, void *); | ||
92 | void (*print_comment)(FILE *, const char *, void *); | ||
93 | }; | ||
94 | |||
90 | /* confdata.c and expr.c */ | 95 | /* confdata.c and expr.c */ |
91 | static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) | 96 | static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) |
92 | { | 97 | { |