iPXE
|
Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table. More...
#include <UefiSpec.h>
Data Fields | |
EFI_GUID | VendorGuid |
The 128-bit GUID value that uniquely identifies the system configuration table. More... | |
VOID * | VendorTable |
A pointer to the table associated with VendorGuid. More... | |
Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table.
Definition at line 2016 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 2020 of file UefiSpec.h.
Referenced by efi_find_table().
VOID* EFI_CONFIGURATION_TABLE::VendorTable |
A pointer to the table associated with VendorGuid.
Definition at line 2024 of file UefiSpec.h.
Referenced by efi_find_table().