summaryrefslogtreecommitdiffstats
path: root/support/kconfig/lkc_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/lkc_proto.h')
-rw-r--r--support/kconfig/lkc_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/kconfig/lkc_proto.h b/support/kconfig/lkc_proto.h
index ef1a7381f9..ecdb9659b6 100644
--- a/support/kconfig/lkc_proto.h
+++ b/support/kconfig/lkc_proto.h
@@ -14,6 +14,7 @@ P(conf_set_message_callback, void,(void (*fn)(const char *fmt, va_list ap)));
/* menu.c */
P(rootmenu,struct menu,);
+P(menu_is_empty, bool, (struct menu *menu));
P(menu_is_visible, bool, (struct menu *menu));
P(menu_has_prompt, bool, (struct menu *menu));
P(menu_get_prompt,const char *,(struct menu *menu));
OpenPOWER on IntegriCloud