aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index f34a0835aa4f..8de31d472fad 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -312,6 +312,7 @@ struct acpi_device_wakeup_flags {
312 u8 valid:1; /* Can successfully enable wakeup? */ 312 u8 valid:1; /* Can successfully enable wakeup? */
313 u8 run_wake:1; /* Run-Wake GPE devices */ 313 u8 run_wake:1; /* Run-Wake GPE devices */
314 u8 notifier_present:1; /* Wake-up notify handler has been installed */ 314 u8 notifier_present:1; /* Wake-up notify handler has been installed */
315 u8 enabled:1; /* Enabled for wakeup */
315}; 316};
316 317
317struct acpi_device_wakeup_context { 318struct acpi_device_wakeup_context {