linux/arch/x86/kernel/acpi/sleep.h
<<
>>
Prefs
   1/*
   2 *      Variables and functions used by the code in sleep.c
   3 */
   4
   5#include <asm/realmode.h>
   6
   7extern unsigned long saved_video_mode;
   8extern long saved_magic;
   9
  10extern int wakeup_pmode_return;
  11
  12extern u8 wake_sleep_flags;
  13
  14extern unsigned long acpi_copy_wakeup_routine(unsigned long);
  15extern void wakeup_long64(void);
  16
  17extern void do_suspend_lowlevel(void);
  18
  19extern int x86_acpi_suspend_lowlevel(void);
  20
  21acpi_status asmlinkage x86_acpi_enter_sleep_state(u8 state);
  22