Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sleep.h
Go to the documentation of this file.
1 /*
2  * Variables and functions used by the code in sleep.c
3  */
4 
5 #include <asm/realmode.h>
6 
7 extern unsigned long saved_video_mode;
8 extern long saved_magic;
9 
10 extern int wakeup_pmode_return;
11 
12 extern u8 wake_sleep_flags;
13 
14 extern unsigned long acpi_copy_wakeup_routine(unsigned long);
15 extern void wakeup_long64(void);
16 
17 extern void do_suspend_lowlevel(void);