1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Variables and functions used by the code in sleep.c
6 #include <asm/realmode.h>
8 extern unsigned long saved_video_mode
;
9 extern long saved_magic
;
11 extern int wakeup_pmode_return
;
13 extern u8 wake_sleep_flags
;
15 extern unsigned long acpi_copy_wakeup_routine(unsigned long);
16 extern void wakeup_long64(void);
18 extern void do_suspend_lowlevel(void);
20 extern int x86_acpi_suspend_lowlevel(void);
22 acpi_status asmlinkage
x86_acpi_enter_sleep_state(u8 state
);