TianoCore EDK2 master
|
#include <MdePkg/Include/Uefi/UefiSpec.h>
Data Fields | |
EFI_GUID | VendorGuid |
VOID * | VendorTable |
Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table.
Definition at line 2014 of file UefiSpec.h.
EFI_GUID EFI_CONFIGURATION_TABLE::VendorGuid |
The 128-bit GUID value that uniquely identifies the system configuration table.
Definition at line 2018 of file UefiSpec.h.
VOID* EFI_CONFIGURATION_TABLE::VendorTable |
A pointer to the table associated with VendorGuid.
Definition at line 2022 of file UefiSpec.h.