diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:17 -0500 |
commit | 5f561d3be8f0db54f9b4fc5cb5db05343f372431 (patch) | |
tree | 97f447be94433df06f61eaa393de75ed901b8fed /include/acpi/reboot.h | |
parent | 634e49723b08d15f4cb9860ea86547fbd2eeae18 (diff) |
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/reboot.h')
-rw-r--r-- | include/acpi/reboot.h | 9 |
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 @@ | |||
1 | |||
2 | /* | ||
3 | * Dummy placeholder to make the EFI patches apply to the x86 tree. | ||
4 | * Andrew/Len, please just kill this file if you encounter it. | ||
5 | */ | ||
6 | #ifndef acpi_reboot | ||
7 | # define acpi_reboot() do { } while (0) | ||
8 | #endif | ||
9 | |||