Merge branch 'for-linus' into for-next
[deliverable/linux.git] / arch / x86 / kernel / acpi / sleep.h
CommitLineData
e44b7b75
PM
1/*
2 * Variables and functions used by the code in sleep.c
3 */
4
c9b77ccb 5#include <asm/realmode.h>
e44b7b75 6
e44b7b75
PM
7extern unsigned long saved_video_mode;
8extern long saved_magic;
9
10extern int wakeup_pmode_return;
e44b7b75 11
2a14e541
KRW
12extern u8 wake_sleep_flags;
13
e44b7b75
PM
14extern unsigned long acpi_copy_wakeup_routine(unsigned long);
15extern void wakeup_long64(void);
f1a2003e
RW
16
17extern void do_suspend_lowlevel(void);
This page took 0.398454 seconds and 5 git commands to generate.