Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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