aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2011-01-12 04:55:46 -0500
committerLen Brown <len.brown@intel.com>2011-01-12 04:55:46 -0500
commitfb4af417cce9ff87abf33a6bb9a0cf613e285364 (patch)
tree328ce710c6e6acf7b58145da939fb3cc91d188c9 /include/acpi
parent07bf280521bb06bc8e64f0b998fc391253fcb959 (diff)
parent7b330707dddab1ad772898c1c82516342a551173 (diff)
Merge branch 'wakeup-etc-rafael' into release
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_bus.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 673a3f4d1f07..20b05cd68663 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -241,20 +241,14 @@ struct acpi_device_perf {
241struct acpi_device_wakeup_flags { 241struct acpi_device_wakeup_flags {
242 u8 valid:1; /* Can successfully enable wakeup? */ 242 u8 valid:1; /* Can successfully enable wakeup? */
243 u8 run_wake:1; /* Run-Wake GPE devices */ 243 u8 run_wake:1; /* Run-Wake GPE devices */
244 u8 always_enabled:1; /* Run-wake devices that are always enabled */
245 u8 notifier_present:1; /* Wake-up notify handler has been installed */ 244 u8 notifier_present:1; /* Wake-up notify handler has been installed */
246}; 245};
247 246
248struct acpi_device_wakeup_state {
249 u8 enabled:1;
250};
251
252struct acpi_device_wakeup { 247struct acpi_device_wakeup {
253 acpi_handle gpe_device; 248 acpi_handle gpe_device;
254 u64 gpe_number; 249 u64 gpe_number;
255 u64 sleep_state; 250 u64 sleep_state;
256 struct acpi_handle_list resources; 251 struct acpi_handle_list resources;
257 struct acpi_device_wakeup_state state;
258 struct acpi_device_wakeup_flags flags; 252 struct acpi_device_wakeup_flags flags;
259 int prepare_count; 253 int prepare_count;
260 int run_wake_count; 254 int run_wake_count;