mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -71,6 +71,8 @@ struct efi_well_known_guid {
|
||||
static struct efi_well_known_guid efi_well_known_guids[] = {
|
||||
{ &efi_absolute_pointer_protocol_guid,
|
||||
"AbsolutePointer" },
|
||||
{ &efi_acpi_table_protocol_guid,
|
||||
"AcpiTable" },
|
||||
{ &efi_apple_net_boot_protocol_guid,
|
||||
"AppleNetBoot" },
|
||||
{ &efi_arp_protocol_guid,
|
||||
|
||||
@@ -25,6 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#include <ipxe/efi/efi.h>
|
||||
#include <ipxe/efi/Protocol/AbsolutePointer.h>
|
||||
#include <ipxe/efi/Protocol/AcpiTable.h>
|
||||
#include <ipxe/efi/Protocol/AppleNetBoot.h>
|
||||
#include <ipxe/efi/Protocol/Arp.h>
|
||||
#include <ipxe/efi/Protocol/BlockIo.h>
|
||||
@@ -86,6 +87,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
EFI_GUID efi_absolute_pointer_protocol_guid
|
||||
= EFI_ABSOLUTE_POINTER_PROTOCOL_GUID;
|
||||
|
||||
/** ACPI table protocol GUID */
|
||||
EFI_GUID efi_acpi_table_protocl_guid
|
||||
= EFI_ACPI_TABLE_PROTOCOL_GUID;
|
||||
|
||||
/** Apple NetBoot protocol GUID */
|
||||
EFI_GUID efi_apple_net_boot_protocol_guid
|
||||
= EFI_APPLE_NET_BOOT_PROTOCOL_GUID;
|
||||
|
||||
Reference in New Issue
Block a user