summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-menu.h')
-rw-r--r--com32/hdt/hdt-menu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/com32/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h
index 725da458..19986ccf 100644
--- a/com32/hdt/hdt-menu.h
+++ b/com32/hdt/hdt-menu.h
@@ -70,6 +70,7 @@ struct s_hdt_menu {
struct s_my_menu battery_menu;
struct s_my_menu syslinux_menu;
struct s_my_menu about_menu;
+ struct s_my_menu summary_menu;
struct s_my_menu pxe_menu;
int total_menu_count; // sum of all menus we have
};
@@ -106,6 +107,9 @@ void compute_syslinuxmenu(struct s_my_menu *menu);
// About menu
void compute_aboutmenu(struct s_my_menu *menu);
+// Summary menu
+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);