Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[deliverable/linux.git] / drivers / acpi / sleep.h
... / ...
CommitLineData
1
2extern int acpi_suspend(u32 state);
3
4extern void acpi_enable_wakeup_devices(u8 sleep_state);
5extern void acpi_disable_wakeup_devices(u8 sleep_state);
6
7extern struct list_head acpi_wakeup_device_list;
8extern struct mutex acpi_device_lock;
9
10extern void acpi_resume_power_resources(void);
This page took 0.039844 seconds and 5 git commands to generate.