Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/x86/kernel/acpi/sleep.h
10820 views
1
/*
2
* Variables and functions used by the code in sleep.c
3
*/
4
5
#include <asm/trampoline.h>
6
7
extern unsigned long saved_video_mode;
8
extern long saved_magic;
9
10
extern int wakeup_pmode_return;
11
12
extern unsigned long acpi_copy_wakeup_routine(unsigned long);
13
extern void wakeup_long64(void);
14
15
extern void do_suspend_lowlevel(void);
16
17