diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:17 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:17 +0100 |
commit | 5f561d3be8f0db54f9b4fc5cb5db05343f372431 (patch) | |
tree | 97f447be94433df06f61eaa393de75ed901b8fed /include/acpi | |
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')
-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 00000000000..8857f57e0b7 --- /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 + |