X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fmenu.h;h=d8200eee8375a1bc72d5567bcbb3f57aaf9c72be;hb=320d9746d3aa8373b86e8f6331bc7c8c8c87fced;hp=f4dd5af165f10b2d9c0988762f14bfbbdae61c72;hpb=fc9d64ffcd94c1e22675830eae13956cc4fd822d;p=oweals%2Fu-boot.git diff --git a/include/menu.h b/include/menu.h index f4dd5af165..d8200eee83 100644 --- a/include/menu.h +++ b/include/menu.h @@ -29,6 +29,7 @@ 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); +int menu_default_choice(struct menu *m, void **choice); #if defined(CONFIG_MENU_SHOW) int menu_show(int bootdelay);