#include <pxe.h>
Data Fields | |
| UINT16_t | Signature |
| Signature. | |
| UINT8_t | ROMLength |
| ROM length in 512-byte blocks. | |
| UINT8_t | unused [0x13] |
| Unused. | |
| UINT16_t | PXEROMID |
| Offset of the PXE ROM ID structure. | |
| UINT16_t | PCIRHeader |
| Offset of the PCI ROM structure. | |
Definition at line 76 of file pxe.h.
Signature.
Must be equal to ROM_SIGNATURE
Definition at line 81 of file pxe.h.
Referenced by undirom_probe().
Offset of the PXE ROM ID structure.
Definition at line 87 of file pxe.h.
Referenced by undirom_probe().
Offset of the PCI ROM structure.
Definition at line 89 of file pxe.h.
Referenced by undirom_probe().
1.5.7.1