blob: fe5fdda5dcd7662d3250aca68a6a3259bc6228e3 [file] [log] [blame]
Pavel Macheke44b7b72008-04-10 23:28:10 +02001/*
2 * Variables and functions used by the code in sleep.c
3 */
4
5#include <asm/trampoline.h>
6
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);