]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - scripts/kconfig/lkc.h
kconfig: introduce specialized printer
[mv-sheeva.git] / scripts / kconfig / lkc.h
index 625ec69ebeee3ef05222bc7fe15fb75cbf7a1882..306c5a59efc275151388f0cbcb9359c2f3a01384 100644 (file)
@@ -87,6 +87,11 @@ void sym_set_change_count(int count);
 void sym_add_change_count(int count);
 void conf_set_all_new_symbols(enum conf_def_mode mode);
 
+struct conf_printer {
+       void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
+       void (*print_comment)(FILE *, const char *, void *);
+};
+
 /* confdata.c and expr.c */
 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out)
 {