]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/menu.h
Merge branch 'master' of git://git.denx.de/u-boot-avr32
[karo-tx-uboot.git] / include / menu.h
index cf14a9cca356c4279f40854d4c25a311e562edb2..7af5fdb0edfa4302b3162f75518d02c63921ddb3 100644 (file)
@@ -26,5 +26,9 @@ int menu_default_set(struct menu *m, char *item_key);
 int menu_get_choice(struct menu *m, void **choice);
 int menu_item_add(struct menu *m, char *item_key, void *item_data);
 int menu_destroy(struct menu *m);
+void menu_display_statusline(struct menu *m);
 
+#if defined(CONFIG_MENU_SHOW)
+int menu_show(int bootdelay);
+#endif
 #endif /* __MENU_H__ */