TERES/SOFTWARE/A64-TERES/linux-a64/arch/x86/kernel/acpi/sleep.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

18 lines
352 B
C

/*
* Variables and functions used by the code in sleep.c
*/
#include <asm/realmode.h>
extern unsigned long saved_video_mode;
extern long saved_magic;
extern int wakeup_pmode_return;
extern u8 wake_sleep_flags;
extern unsigned long acpi_copy_wakeup_routine(unsigned long);
extern void wakeup_long64(void);
extern void do_suspend_lowlevel(void);