aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/sleep.h
blob: 74d59c8f4678a385ccd575816c6f7ad1e1727456 (plain)
1
2
3
4
5
6
7
8

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;