aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r--scripts/kconfig/lkc.h5
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);
87void sym_add_change_count(int count); 87void sym_add_change_count(int count);
88void conf_set_all_new_symbols(enum conf_def_mode mode); 88void conf_set_all_new_symbols(enum conf_def_mode mode);
89 89
90struct 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 */
91static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) 96static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out)
92{ 97{