diff options
author | Michael Brown <mcb30@ipxe.org> | 2017-05-23 18:32:31 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2017-05-23 18:48:02 +0100 |
commit | 993fd2b45140d071d7837ff502df771e87f14127 (patch) | |
tree | ccae8dca9af4937e3b9092ef0706e97dbf188f37 /src/include/ipxe/acpi.h | |
parent | 933e6dadc0b415b26c7c0752423e8284164945e0 (diff) | |
download | ipxe-993fd2b45140d071d7837ff502df771e87f14127.tar.gz |
[efi] Provide access to ACPI tables
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/acpi.h')
-rw-r--r-- | src/include/ipxe/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/acpi.h b/src/include/ipxe/acpi.h index e7ca35da9..68131e73a 100644 --- a/src/include/ipxe/acpi.h +++ b/src/include/ipxe/acpi.h @@ -215,6 +215,7 @@ struct acpi_model { /* Include all architecture-independent ACPI API headers */ #include <ipxe/null_acpi.h> +#include <ipxe/efi/efi_acpi.h> /* Include all architecture-dependent ACPI API headers */ #include <bits/acpi.h> |