blob: 86ba1c87165bea41d035a2019a50e9862ebf0e34 [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
12extern unsigned long acpi_copy_wakeup_routine(unsigned long);
13extern void wakeup_long64(void);