iPXE
Data Fields
EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE Struct Reference

This extension header provides a mapping between a GUID and an OEM file type. More...

#include <PiFirmwareVolume.h>

Data Fields

EFI_FIRMWARE_VOLUME_EXT_ENTRY Hdr
 Standard extension entry, with the type EFI_FV_EXT_TYPE_OEM_TYPE. More...
 
UINT32 TypeMask
 A bit mask, one bit for each file type between 0xC0 (bit 0) and 0xDF (bit 31). More...
 

Detailed Description

This extension header provides a mapping between a GUID and an OEM file type.

Definition at line 191 of file PiFirmwareVolume.h.

Field Documentation

◆ Hdr

EFI_FIRMWARE_VOLUME_EXT_ENTRY EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE::Hdr

Standard extension entry, with the type EFI_FV_EXT_TYPE_OEM_TYPE.

Definition at line 195 of file PiFirmwareVolume.h.

◆ TypeMask

UINT32 EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE::TypeMask

A bit mask, one bit for each file type between 0xC0 (bit 0) and 0xDF (bit 31).

If a bit is '1', then the GUID entry exists in Types. If a bit is '0' then no GUID entry exists in Types.

Definition at line 200 of file PiFirmwareVolume.h.


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