blob: ff1f8504f497e9a5127de4ce95a484b147771733 (
plain)
1
2
3
4
5
6
7
8
9
10
|
extern u8 sleep_states[];
extern int acpi_suspend (u32 state);
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);
extern void acpi_gpe_sleep_prepare(u32 sleep_state);
extern int acpi_sleep_prepare(u32 acpi_state);
|