Vendor-specific structures held by a context. More...
#include <lazybios.h>
Data Fields | |
| lazybiosOemDell_t * | dell |
| lazybiosOemHp_t * | hp |
Vendor-specific structures held by a context.
The vendor members are allocated by lazybiosCTXNew and are never NULL. Only the per-type members inside them are NULL until parsed.
Definition at line 346 of file lazybios.h.
| lazybiosOemDell_t* lazybiosOem_t::dell |
Definition at line 347 of file lazybios.h.
| lazybiosOemHp_t* lazybiosOem_t::hp |
Definition at line 348 of file lazybios.h.