mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Merge /u/abeato/gnu-efi/ branch add-guids into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/26/
This commit is contained in:
commit
269ef9dbc7
3 changed files with 4 additions and 0 deletions
|
|
@ -935,6 +935,8 @@ typedef struct _EFI_BOOT_SERVICES {
|
|||
#define SAL_SYSTEM_TABLE_GUID \
|
||||
{ 0xeb9d2d32, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
|
||||
|
||||
#define EFI_DTB_TABLE_GUID \
|
||||
{ 0xb1b621d5, 0xf19c, 0x41a5, {0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0} }
|
||||
|
||||
typedef struct _EFI_CONFIGURATION_TABLE {
|
||||
EFI_GUID VendorGuid;
|
||||
|
|
|
|||
|
|
@ -155,6 +155,7 @@ extern EFI_GUID AcpiTableGuid;
|
|||
extern EFI_GUID SMBIOSTableGuid;
|
||||
extern EFI_GUID SMBIOS3TableGuid;
|
||||
extern EFI_GUID SalSystemTableGuid;
|
||||
extern EFI_GUID EfiDtbTableGuid;
|
||||
|
||||
extern EFI_GUID SimplePointerProtocol;
|
||||
extern EFI_GUID AbsolutePointerProtocol;
|
||||
|
|
|
|||
|
|
@ -181,6 +181,7 @@ EFI_GUID AcpiTableGuid = ACPI_TABLE_GUID;
|
|||
EFI_GUID SMBIOSTableGuid = SMBIOS_TABLE_GUID;
|
||||
EFI_GUID SMBIOS3TableGuid = SMBIOS3_TABLE_GUID;
|
||||
EFI_GUID SalSystemTableGuid = SAL_SYSTEM_TABLE_GUID;
|
||||
EFI_GUID EfiDtbTableGuid = EFI_DTB_TABLE_GUID;
|
||||
|
||||
//
|
||||
// Network protocol GUIDs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue