Merge branch 'fix/asoc' into for-linus
[deliverable/linux.git] / drivers / acpi / sleep.h
1
2 extern int acpi_suspend(u32 state);
3
4 extern void acpi_enable_wakeup_devices(u8 sleep_state);
5 extern void acpi_disable_wakeup_devices(u8 sleep_state);
6
7 extern struct list_head acpi_wakeup_device_list;
8 extern struct mutex acpi_device_lock;
This page took 0.039045 seconds and 6 git commands to generate.