aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-01-30 13:31:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:31:17 +0100
commit5f561d3be8f0db54f9b4fc5cb5db05343f372431 (patch)
tree97f447be94433df06f61eaa393de75ed901b8fed /include/acpi
parentuml: add asm-um/asm.h (diff)
downloadlinux-dev-5f561d3be8f0db54f9b4fc5cb5db05343f372431.tar.xz
linux-dev-5f561d3be8f0db54f9b4fc5cb5db05343f372431.zip
x86: dummy placeholder for acpi/reboot.h
dummy placeholder for acpi/reboot.h Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/reboot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/acpi/reboot.h b/include/acpi/reboot.h
new file mode 100644
index 000000000000..8857f57e0b78
--- /dev/null
+++ b/include/acpi/reboot.h
@@ -0,0 +1,9 @@
+
+/*
+ * Dummy placeholder to make the EFI patches apply to the x86 tree.
+ * Andrew/Len, please just kill this file if you encounter it.
+ */
+#ifndef acpi_reboot
+# define acpi_reboot() do { } while (0)
+#endif
+