drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / x86 / kernel / acpi / sleep.h
blob054c15a2f860ebf25317b384d2d05172e2f7c371
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Variables and functions used by the code in sleep.c
4 */
6 #include <linux/linkage.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 void wakeup_long64(void);
17 extern void do_suspend_lowlevel(void);
19 extern int x86_acpi_suspend_lowlevel(void);
21 asmlinkage acpi_status x86_acpi_enter_sleep_state(u8 state);