RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / acpi / reboot.h
blobe8deae142a711a8f951bdb323ef89660ccd19e5b
1 #ifndef __ACPI_REBOOT_H
2 #define __ACPI_REBOOT_H
4 #ifdef CONFIG_ACPI
5 extern void acpi_reboot(void);
6 #else
7 static inline void acpi_reboot(void) { }
8 #endif
10 #endif