Linux 3.8-rc7
[cris-mirror.git] / arch / x86 / kernel / acpi / sleep.h
blob67f59f8c695651977e45d88e15bc66781777f31c
1 /*
2 * Variables and functions used by the code in sleep.c
3 */
5 #include <asm/realmode.h>
7 extern unsigned long saved_video_mode;
8 extern long saved_magic;
10 extern int wakeup_pmode_return;
12 extern u8 wake_sleep_flags;
14 extern unsigned long acpi_copy_wakeup_routine(unsigned long);
15 extern void wakeup_long64(void);
17 extern void do_suspend_lowlevel(void);