MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check
[linux-2.6/linux-mips.git] / include / acpi / reboot.h
blob0419184ce8867664164de63b2a232da985af718f
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