blob: c9c2c982d5e4e168a20a3a2e8fb98bbabf1860e0 [file] [log] [blame]
Pavel Macheke44b7b72008-04-10 23:28:10 +02001/*
2 * Variables and functions used by the code in sleep.c
3 */
4
Jarkko Sakkinenc9b77cc2012-05-08 21:22:29 +03005#include <asm/realmode.h>
Pavel Macheke44b7b72008-04-10 23:28:10 +02006
Pavel Macheke44b7b72008-04-10 23:28:10 +02007extern unsigned long saved_video_mode;
8extern long saved_magic;
9
10extern int wakeup_pmode_return;
Pavel Macheke44b7b72008-04-10 23:28:10 +020011
Konrad Rzeszutek Wilk2a14e542012-04-22 23:03:17 -040012extern u8 wake_sleep_flags;
13
Pavel Macheke44b7b72008-04-10 23:28:10 +020014extern unsigned long acpi_copy_wakeup_routine(unsigned long);
15extern void wakeup_long64(void);
Rafael J. Wysockif1a20032011-02-08 23:42:22 +010016
17extern void do_suspend_lowlevel(void);
Konrad Rzeszutek Wilkd6a77ea2013-05-14 17:09:16 +000018
19extern int x86_acpi_suspend_lowlevel(void);