iPXE
|
An UNDI expansion ROM header. More...
#include <pxe.h>
Data Fields | |
UINT16_t | Signature |
Signature. More... | |
UINT8_t | ROMLength |
ROM length in 512-byte blocks. More... | |
UINT8_t | unused [0x13] |
Unused. More... | |
UINT16_t | PXEROMID |
Offset of the PXE ROM ID structure. More... | |
UINT16_t | PCIRHeader |
Offset of the PCI ROM structure. More... | |
UINT16_t undi_rom_header::Signature |
Signature.
Must be equal to ROM_SIGNATURE
Definition at line 125 of file pxe.h.
Referenced by undirom_probe().
UINT8_t undi_rom_header::ROMLength |
UINT16_t undi_rom_header::PXEROMID |
Offset of the PXE ROM ID structure.
Definition at line 131 of file pxe.h.
Referenced by undirom_probe().
UINT16_t undi_rom_header::PCIRHeader |
Offset of the PCI ROM structure.
Definition at line 133 of file pxe.h.
Referenced by undirom_probe().