2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
extern u8 sleep_states[];
|
2010-02-27 16:51:42 +00:00
|
|
|
extern int acpi_suspend(u32 state);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
|
|
|
|
extern void acpi_enable_wakeup_device(u8 sleep_state);
|
|
|
|
extern void acpi_disable_wakeup_device(u8 sleep_state);
|
2009-04-07 02:24:29 +00:00
|
|
|
|
|
|
|
extern struct list_head acpi_wakeup_device_list;
|
|
|
|
extern struct mutex acpi_device_lock;
|