Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic...
[linux-2.6-block.git] / drivers / acpi / sleep.h
CommitLineData
1da177e4
LT
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);
9090589d
SL
8
9extern struct list_head acpi_wakeup_device_list;
10extern struct mutex acpi_device_lock;