summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu.h
diff options
context:
space:
mode:
authorerwan <erwan@laptopR1.(none)>2009-03-04 17:05:51 +0100
committererwan <erwan@laptopR1.(none)>2009-03-04 17:05:51 +0100
commitd0e228dbafe637ce74bc3391c1fb81cf720f26a1 (patch)
treebb192f2a72daa8543b47738cf29906373ff6d3ba /com32/hdt/hdt-menu.h
parent43b34490e3bb7fec7de8b3bc6f8efa257cf2cefc (diff)
downloadsyslinux-d0e228dbafe637ce74bc3391c1fb81cf720f26a1.tar.gz
hdt: Adding summary in menu mode
Adding a summary in the menu 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);