MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check
[linux-2.6/linux-mips.git] / arch / x86 / kernel / acpi / sleep.h
blob416d4be13fef6d16cc96936ae3f222a91040ccf0
1 /*
2 * Variables and functions used by the code in sleep.c
3 */
5 #include <asm/trampoline.h>
7 extern unsigned long saved_video_mode;
8 extern long saved_magic;
10 extern int wakeup_pmode_return;
12 extern unsigned long acpi_copy_wakeup_routine(unsigned long);
13 extern void wakeup_long64(void);
15 extern void do_suspend_lowlevel(void);