diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/acpi/sleep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/sleep.h b/arch/x86/kernel/acpi/sleep.h index 416d4be13fef..fe5fdda5dcd7 100644 --- a/arch/x86/kernel/acpi/sleep.h +++ b/arch/x86/kernel/acpi/sleep.h | |||
@@ -9,6 +9,8 @@ extern long saved_magic; | |||
9 | 9 | ||
10 | extern int wakeup_pmode_return; | 10 | extern int wakeup_pmode_return; |
11 | 11 | ||
12 | extern u8 wake_sleep_flags; | ||
13 | |||
12 | extern unsigned long acpi_copy_wakeup_routine(unsigned long); | 14 | extern unsigned long acpi_copy_wakeup_routine(unsigned long); |
13 | extern void wakeup_long64(void); | 15 | extern void wakeup_long64(void); |
14 | 16 | ||