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