summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-03-01 11:15:59 +0100
committerErwan Velu <erwan.velu@free.fr>2009-03-01 11:15:59 +0100
commita6a42ea881e803995a3103b0af95f75570db9627 (patch)
treef97b35dd8a9665da4875ea905fcc13a194966802 /com32/hdt/hdt-menu.h
parentc73ffb0c9d7b42046a895df80b2443c21d41fef7 (diff)
downloadsyslinux-a6a42ea881e803995a3103b0af95f75570db9627.tar.gz
hdt: Bump version 0.2.1
Adding pxe menu in 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 9c614595..725da458 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 pxe_menu;
int total_menu_count; // sum of all menus we have
};
@@ -105,6 +106,9 @@ void compute_syslinuxmenu(struct s_my_menu *menu);
// About menu
void compute_aboutmenu(struct s_my_menu *menu);
+//PXE menu
+void compute_PXE(struct s_my_menu *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);