From 553f4857346faa8c5f6ddf9eced4180924890bfc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 10 Mar 2017 21:51:59 +0000 Subject: [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definition Signed-off-by: Michael Brown --- src/interface/efi/efi_debug.c | 2 ++ src/interface/efi/efi_guid.c | 5 +++++ 2 files changed, 7 insertions(+) (limited to 'src/interface/efi') diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c index dc9ed85c4..8ea0a822d 100644 --- a/src/interface/efi/efi_debug.c +++ b/src/interface/efi/efi_debug.c @@ -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, diff --git a/src/interface/efi/efi_guid.c b/src/interface/efi/efi_guid.c index cd81876fc..b0278cd10 100644 --- a/src/interface/efi/efi_guid.c +++ b/src/interface/efi/efi_guid.c @@ -25,6 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include +#include #include #include #include @@ -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; -- cgit v1.2.3-55-g7522