kconfig: add sym_get_choice_menu() helper
[linux-2.6-block.git] / scripts / kconfig / lkc_proto.h
index 2807fa584c2b01a37e7fb13bd2c4d570b22798fe..d76aaf4ea11763bda1ef087c43714b24492ae63c 100644 (file)
@@ -34,6 +34,7 @@ bool sym_string_within_range(struct symbol *sym, const char *str);
 bool sym_set_string_value(struct symbol *sym, const char *newval);
 bool sym_is_changeable(struct symbol *sym);
 struct property * sym_get_choice_prop(struct symbol *sym);
+struct menu *sym_get_choice_menu(struct symbol *sym);
 const char * sym_get_string_value(struct symbol *sym);
 
 const char * prop_get_type_name(enum prop_type type);