![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Variables and functions used by the code in sleep.c 0004 */ 0005 0006 #include <linux/linkage.h> 0007 0008 extern unsigned long saved_video_mode; 0009 extern long saved_magic; 0010 0011 extern int wakeup_pmode_return; 0012 0013 extern u8 wake_sleep_flags; 0014 0015 extern unsigned long acpi_copy_wakeup_routine(unsigned long); 0016 extern void wakeup_long64(void); 0017 0018 extern void do_suspend_lowlevel(void); 0019 0020 extern int x86_acpi_suspend_lowlevel(void); 0021 0022 asmlinkage acpi_status x86_acpi_enter_sleep_state(u8 state);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |