kconfig: Fix defconfig when one choice menu selects options that another choice menu...
[carl9170fw.git] / config / lkc.h
index 7577a7fbb405f7c2d4c585b4f88ab687e90c863a..0c8d4191ca87940b8653034c1ab56e6883eaab50 100644 (file)
@@ -87,6 +87,7 @@ char *conf_get_default_confname(void);
 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);
+void set_all_choice_values(struct symbol *csym);
 
 struct conf_printer {
        void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
@@ -122,6 +123,8 @@ void menu_set_type(int type);
 /* util.c */
 struct file *file_lookup(const char *name);
 int file_write_dep(const char *name);
+void *xmalloc(size_t size);
+void *xcalloc(size_t nmemb, size_t size);
 
 struct gstr {
        size_t len;