aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_debug.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2017-03-10 21:51:59 +0000
committerMichael Brown <mcb30@ipxe.org>2017-03-10 21:58:05 +0000
commit553f4857346faa8c5f6ddf9eced4180924890bfc (patch)
tree671a6e90d13342a97f2b7cd89caa3aa8e458f2bc /src/interface/efi/efi_debug.c
parent0463ec32c717c10e56b1e0bbecc1b02756df7fcc (diff)
downloadipxe-553f4857346faa8c5f6ddf9eced4180924890bfc.tar.gz
[efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
-rw-r--r--src/interface/efi/efi_debug.c2
1 files changed, 2 insertions, 0 deletions
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,