]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/kernel/acpi/sleep.h
x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / acpi / sleep.h
CommitLineData
e44b7b75
PM
1/*
2 * Variables and functions used by the code in sleep.c
3 */
4
5#include <asm/trampoline.h>
cd74257b 6#include <linux/linkage.h>
e44b7b75 7
e44b7b75
PM
8extern unsigned long saved_video_mode;
9extern long saved_magic;
10
11extern int wakeup_pmode_return;
e44b7b75 12
2a14e541 13extern u8 wake_sleep_flags;
cd74257b 14extern asmlinkage void acpi_enter_s3(void);
2a14e541 15
e44b7b75
PM
16extern unsigned long acpi_copy_wakeup_routine(unsigned long);
17extern void wakeup_long64(void);
f1a2003e
RW
18
19extern void do_suspend_lowlevel(void);