GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / kernel / acpi / sleep.h
blobadbcbaa6f1df625182ceee51fa45a71b0b25e294
1 /*
2 * Variables and functions used by the code in sleep.c
3 */
5 #include <asm/trampoline.h>
7 extern char wakeup_code_start, wakeup_code_end;
9 extern unsigned long saved_video_mode;
10 extern long saved_magic;
12 extern int wakeup_pmode_return;
13 extern char swsusp_pg_dir[PAGE_SIZE];
15 extern unsigned long acpi_copy_wakeup_routine(unsigned long);
16 extern void wakeup_long64(void);