diff options
author | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-04-19 08:31:57 -0700 |
---|---|---|
committer | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-04-19 08:31:57 -0700 |
commit | 29feadbdcfb667e0faca8a6391fe19f3f9a6b327 (patch) | |
tree | 53d052e48df73a711a0127367f4ce6cf759c411d /com32/hdt/hdt-menu.h | |
parent | 3ff657d37c92d9fec9e9842216dfee3f5c21a6c3 (diff) | |
parent | 13c60849867ecc575b8f28dc259705b772611402 (diff) | |
download | syslinux-29feadbdcfb667e0faca8a6391fe19f3f9a6b327.tar.gz |
Merge commit 'mouraf/for-erwan' into disklib
Conflicts:
com32/hdt/hdt-cli.c
com32/hdt/hdt-cli.h
Diffstat (limited to 'com32/hdt/hdt-menu.h')
-rw-r--r-- | com32/hdt/hdt-menu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/com32/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h index 7b681007..04d6b580 100644 --- a/com32/hdt/hdt-menu.h +++ b/com32/hdt/hdt-menu.h @@ -77,6 +77,7 @@ struct s_hdt_menu { struct s_my_menu vesa_menu; struct s_my_menu vesa_card_menu; struct s_my_menu vesa_modes_menu; + struct s_my_menu vpd_menu; int total_menu_count; // Sum of all menus we have }; @@ -103,6 +104,9 @@ void compute_bios(struct s_my_menu *menu, s_dmi * dmi); void compute_memory(struct s_hdt_menu *menu, s_dmi * dmi, struct s_hardware *hardware); void compute_ipmi(struct s_my_menu *menu, s_dmi * dmi); +// VPD Stuff +void compute_vpd(struct s_my_menu *menu, struct s_hardware *hardware); + // Processor Stuff void compute_processor(struct s_my_menu *menu, struct s_hardware *hardware); |