1
0
Fork 0
alistair23-linux/drivers/acpi/sleep/sleep.h

10 lines
284 B
C

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 int acpi_sleep_prepare(u32 acpi_state);