Pavel Machek | e44b7b7 | 2008-04-10 23:28:10 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Variables and functions used by the code in sleep.c |
| 3 | */ |
| 4 | |
Jarkko Sakkinen | c9b77cc | 2012-05-08 21:22:29 +0300 | [diff] [blame] | 5 | #include <asm/realmode.h> |
Pavel Machek | e44b7b7 | 2008-04-10 23:28:10 +0200 | [diff] [blame] | 6 | |
Pavel Machek | e44b7b7 | 2008-04-10 23:28:10 +0200 | [diff] [blame] | 7 | extern unsigned long saved_video_mode; |
| 8 | extern long saved_magic; |
| 9 | |
| 10 | extern int wakeup_pmode_return; |
Pavel Machek | e44b7b7 | 2008-04-10 23:28:10 +0200 | [diff] [blame] | 11 | |
Konrad Rzeszutek Wilk | 2a14e54 | 2012-04-22 23:03:17 -0400 | [diff] [blame] | 12 | extern u8 wake_sleep_flags; |
| 13 | |
Pavel Machek | e44b7b7 | 2008-04-10 23:28:10 +0200 | [diff] [blame] | 14 | extern unsigned long acpi_copy_wakeup_routine(unsigned long); |
| 15 | extern void wakeup_long64(void); |
Rafael J. Wysocki | f1a2003 | 2011-02-08 23:42:22 +0100 | [diff] [blame] | 16 | |
| 17 | extern void do_suspend_lowlevel(void); |