Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sleep.h « acpi « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cfaf8f5b0a149b3b7bdcf056ebfcd2bfc7fb9870 (plain)
1
2
3
4
5
6
7

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);