summaryrefslogtreecommitdiffstats
path: root/src/core/null_acpi.c
diff options
context:
space:
mode:
authorMichael Brown2017-05-22 20:27:30 +0200
committerMichael Brown2017-05-23 19:34:39 +0200
commit933e6dadc0b415b26c7c0752423e8284164945e0 (patch)
tree0fe6aaa713b499e59f20fc34d9dde44524d928a9 /src/core/null_acpi.c
parent[settings] Extend numerical setting tags to 64 bits (diff)
downloadipxe-933e6dadc0b415b26c7c0752423e8284164945e0.tar.gz
ipxe-933e6dadc0b415b26c7c0752423e8284164945e0.tar.xz
ipxe-933e6dadc0b415b26c7c0752423e8284164945e0.zip
[acpi] Make acpi_find_rsdt() a per-platform method
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/null_acpi.c')
-rw-r--r--src/core/null_acpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/null_acpi.c b/src/core/null_acpi.c
new file mode 100644
index 00000000..90c78485
--- /dev/null
+++ b/src/core/null_acpi.c
@@ -0,0 +1,3 @@
+#include <ipxe/acpi.h>
+
+PROVIDE_ACPI_INLINE ( null, acpi_find_rsdt );