dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ingo Molnar 2008-01-30 13:31:17 +01:00
parent 634e49723b
commit 5f561d3be8
1 changed files with 9 additions and 0 deletions

9
include/acpi/reboot.h Normal file
View File

@ -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