blob: 25b8bd149284fb7f13de1018bf66c806dd855f9e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2extern u8 sleep_states[];
Andrea Gelminib6fecaa2010-02-27 17:51:42 +01003extern int acpi_suspend(u32 state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
6extern void acpi_enable_wakeup_device(u8 sleep_state);
7extern void acpi_disable_wakeup_device(u8 sleep_state);
Shaohua Li90905892009-04-07 10:24:29 +08008
9extern struct list_head acpi_wakeup_device_list;
10extern struct mutex acpi_device_lock;