summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep.h
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2009-04-09 05:51:57 +0000
committerWim Van Sebroeck <wim@iguana.be>2009-04-09 05:51:57 +0000
commit3230e8cd8084423d08ddd3842250a202ad98f840 (patch)
tree563f2990f0864778ecccac157c8bc6eb2e5f8228 /drivers/acpi/sleep.h
parent0e3912c75f42986c17d955542247bf04c6eef738 (diff)
parentf4efdd65b754ebbf41484d3a2255c59282720650 (diff)
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/acpi/sleep.h')
-rw-r--r--drivers/acpi/sleep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.h b/drivers/acpi/sleep.h
index cfaf8f5b0a1..8a8f3b3382a 100644
--- a/drivers/acpi/sleep.h
+++ b/drivers/acpi/sleep.h
@@ -5,3 +5,6 @@ extern int acpi_suspend (u32 state);
extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
extern void acpi_enable_wakeup_device(u8 sleep_state);
extern void acpi_disable_wakeup_device(u8 sleep_state);
+
+extern struct list_head acpi_wakeup_device_list;
+extern struct mutex acpi_device_lock;