diff options
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 91809e2d..70fdb385 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); |