iPXE
Data Fields
EFI_HOB_GENERIC_HEADER Struct Reference

Describes the format and size of the data inside the HOB. More...

#include <PiHob.h>

Data Fields

UINT16 HobType
 Identifies the HOB data structure type. More...
 
UINT16 HobLength
 The length in bytes of the HOB. More...
 
UINT32 Reserved
 This field must always be set to zero. More...
 

Detailed Description

Describes the format and size of the data inside the HOB.

All HOBs must contain this generic HOB header.

Definition at line 38 of file PiHob.h.

Field Documentation

◆ HobType

UINT16 EFI_HOB_GENERIC_HEADER::HobType

Identifies the HOB data structure type.

Definition at line 42 of file PiHob.h.

◆ HobLength

UINT16 EFI_HOB_GENERIC_HEADER::HobLength

The length in bytes of the HOB.

Definition at line 46 of file PiHob.h.

◆ Reserved

UINT32 EFI_HOB_GENERIC_HEADER::Reserved

This field must always be set to zero.

Definition at line 50 of file PiHob.h.


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