blob: 67f59f8c695651977e45d88e15bc66781777f31c [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);