diff options
Diffstat (limited to 'com32/hdt/hdt-menu.h')
-rw-r--r-- | com32/hdt/hdt-menu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/com32/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h index db94057a..e8417617 100644 --- a/com32/hdt/hdt-menu.h +++ b/com32/hdt/hdt-menu.h @@ -72,6 +72,9 @@ struct s_hdt_menu { struct s_my_menu about_menu; struct s_my_menu summary_menu; struct s_my_menu pxe_menu; + struct s_my_menu vesa_menu; + struct s_my_menu vesa_card_menu; + struct s_my_menu vesa_modes_menu; int total_menu_count; // sum of all menus we have }; @@ -113,6 +116,9 @@ void compute_summarymenu(struct s_my_menu *menu, struct s_hardware *hardware); //PXE menu void compute_PXE(struct s_my_menu *menu,struct s_hardware *hardware); +//VESA menu +int compute_VESA(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); + int start_menu_mode(struct s_hardware *hardware, char *version_string); void setup_menu(char *version); void compute_main_menu(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); |