diff options
Diffstat (limited to 'drivers/acpi/sleep.h')
-rw-r--r-- | drivers/acpi/sleep.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.h b/drivers/acpi/sleep.h new file mode 100644 index 00000000..74d59c8f --- /dev/null +++ b/drivers/acpi/sleep.h @@ -0,0 +1,8 @@ + +extern int acpi_suspend(u32 state); + +extern void acpi_enable_wakeup_devices(u8 sleep_state); +extern void acpi_disable_wakeup_devices(u8 sleep_state); + +extern struct list_head acpi_wakeup_device_list; +extern struct mutex acpi_device_lock; |