Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
2 | extern u8 sleep_states[]; | ||||
3 | extern int acpi_suspend (u32 state); | ||||
4 | |||||
5 | extern void acpi_enable_wakeup_device_prep(u8 sleep_state); | ||||
6 | extern void acpi_enable_wakeup_device(u8 sleep_state); | ||||
7 | extern void acpi_disable_wakeup_device(u8 sleep_state); | ||||
Shaohua Li | 9090589 | 2009-04-07 10:24:29 +0800 | [diff] [blame] | 8 | |
9 | extern struct list_head acpi_wakeup_device_list; | ||||
10 | extern struct mutex acpi_device_lock; |