iPXE
Data Fields
undi_rom_header Struct Reference

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...
 

Detailed Description

An UNDI expansion ROM header.

Definition at line 120 of file pxe.h.

Field Documentation

◆ Signature

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().

◆ ROMLength

UINT8_t undi_rom_header::ROMLength

ROM length in 512-byte blocks.

Definition at line 127 of file pxe.h.

Referenced by undirom_probe().

◆ unused

UINT8_t undi_rom_header::unused[0x13]

Unused.

Definition at line 129 of file pxe.h.

◆ PXEROMID

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().

◆ PCIRHeader

UINT16_t undi_rom_header::PCIRHeader

Offset of the PCI ROM structure.

Definition at line 133 of file pxe.h.

Referenced by undirom_probe().


The documentation for this struct was generated from the following file: