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 | |||||
5 | #include <asm/trampoline.h> | ||||
6 | |||||
7 | extern char wakeup_code_start, wakeup_code_end; | ||||
8 | |||||
9 | extern unsigned long saved_video_mode; | ||||
10 | extern long saved_magic; | ||||
11 | |||||
12 | extern int wakeup_pmode_return; | ||||
13 | extern char swsusp_pg_dir[PAGE_SIZE]; | ||||
14 | |||||
15 | extern unsigned long acpi_copy_wakeup_routine(unsigned long); | ||||
16 | extern void wakeup_long64(void); |