blob: 0419184ce8867664164de63b2a232da985af718f [file] [log] [blame]
Aaron Durbin4d387042008-07-16 23:27:08 +02001#ifndef __ACPI_REBOOT_H
2#define __ACPI_REBOOT_H
Ingo Molnar5f561d32008-01-30 13:31:17 +01003
Aaron Durbin4d387042008-07-16 23:27:08 +02004#ifdef CONFIG_ACPI
5extern void acpi_reboot(void);
6#else
7static inline void acpi_reboot(void) { }
8#endif
9
Ingo Molnar5f561d32008-01-30 13:31:17 +010010#endif
11