diff options
author | Len Brown <len.brown@intel.com> | 2008-11-12 03:13:50 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-11-12 03:13:50 +0100 |
commit | 597e4fabb0b0c7fdfa7c2d551fd0a797aab7e53b (patch) | |
tree | 2864bd6b9a5919698bc497892927849fed53618a /include | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... (diff) | |
parent | ACPI: bugfix reporting of event handler status (diff) | |
download | linux-597e4fabb0b0c7fdfa7c2d551fd0a797aab7e53b.tar.xz linux-597e4fabb0b0c7fdfa7c2d551fd0a797aab7e53b.zip |
Merge branch 'bugzilla-11312' into release
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/actypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index e8936ab59627..7220361790b3 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -525,6 +525,7 @@ typedef u32 acpi_event_status; #define ACPI_EVENT_FLAG_ENABLED (acpi_event_status) 0x01 #define ACPI_EVENT_FLAG_WAKE_ENABLED (acpi_event_status) 0x02 #define ACPI_EVENT_FLAG_SET (acpi_event_status) 0x04 +#define ACPI_EVENT_FLAG_HANDLE (acpi_event_status) 0x08 /* * General Purpose Events (GPE) |