summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/bits/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/bits/acpi.h')
-rw-r--r--src/arch/x86/include/bits/acpi.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/acpi.h b/src/arch/x86/include/bits/acpi.h
new file mode 100644
index 00000000..a6ff9080
--- /dev/null
+++ b/src/arch/x86/include/bits/acpi.h
@@ -0,0 +1,14 @@
+#ifndef _BITS_ACPI_H
+#define _BITS_ACPI_H
+
+/** @file
+ *
+ * x86-specific ACPI API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <ipxe/rsdp.h>
+
+#endif /* _BITS_ACPI_H */