https://github.com/torvalds/linux
Raw File
Tip revision: d1db0eea852497762cab43b905b879dfcd3b8987 authored by Linus Torvalds on 28 April 2014, 02:29:27 UTC
Linux 3.15-rc3
Tip revision: d1db0ee
sleep.h

extern int acpi_suspend(u32 state);

extern void acpi_enable_wakeup_devices(u8 sleep_state);
extern void acpi_disable_wakeup_devices(u8 sleep_state);

extern struct list_head acpi_wakeup_device_list;
extern struct mutex acpi_device_lock;

extern void acpi_resume_power_resources(void);
back to top