]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/kernel/acpi/sleep.h
ASoC: codecs: msm8916-wcd-analog: configure micbias in mbhc setup
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / kernel / acpi / sleep.h
1 /*
2 * Variables and functions used by the code in sleep.c
3 */
4
5 #include <asm/realmode.h>
6
7 extern unsigned long saved_video_mode;
8 extern long saved_magic;
9
10 extern int wakeup_pmode_return;
11
12 extern u8 wake_sleep_flags;
13
14 extern unsigned long acpi_copy_wakeup_routine(unsigned long);
15 extern void wakeup_long64(void);
16
17 extern void do_suspend_lowlevel(void);
18
19 extern int x86_acpi_suspend_lowlevel(void);
20
21 acpi_status asmlinkage x86_acpi_enter_sleep_state(u8 state);