Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.18 8 lines 289 B view raw
1 2extern u8 sleep_states[]; 3extern int acpi_suspend (u32 state); 4 5extern void acpi_enable_wakeup_device_prep(u8 sleep_state); 6extern void acpi_enable_wakeup_device(u8 sleep_state); 7extern void acpi_disable_wakeup_device(u8 sleep_state); 8extern void acpi_gpe_sleep_prepare(u32 sleep_state);