TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_HOB_GENERIC_HEADER Struct Reference

#include <MdePkg/Include/Pi/PiHob.h>

Data Fields

UINT16 HobType
 
UINT16 HobLength
 
UINT32 Reserved
 

Detailed Description

Describes the format and size of the data inside the HOB. All HOBs must contain this generic HOB header.

Definition at line 36 of file PiHob.h.

Field Documentation

◆ HobLength

UINT16 EFI_HOB_GENERIC_HEADER::HobLength

The length in bytes of the HOB.

Definition at line 44 of file PiHob.h.

◆ HobType

UINT16 EFI_HOB_GENERIC_HEADER::HobType

Identifies the HOB data structure type.

Definition at line 40 of file PiHob.h.

◆ Reserved

UINT32 EFI_HOB_GENERIC_HEADER::Reserved

This field must always be set to zero.

Definition at line 48 of file PiHob.h.


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