summaryrefslogtreecommitdiff
path: root/source/include/acexcep.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2010-03-26 15:54:55 -0700
committerRobert Moore <Robert.Moore@intel.com>2010-03-26 15:54:55 -0700
commit45f0b38a921f3b2af7574d553a6c2e557d0567ed (patch)
tree06aeacd399148d44963f85d05eda036871ebfbba /source/include/acexcep.h
parent1e7497f794a4fb7adcd76e37638f9618ab4e05cf (diff)
downloadacpica-45f0b38a921f3b2af7574d553a6c2e557d0567ed.tar.gz
Major update for GPE support code for shared GPEs.
Adds a reference count mechanism to simplify support of shared GPEs that require multiple device drivers. Several external interfaces have changed. One external interface has been removed. Changed: AcpiEnableGpe AcpiDisableGpe AcpiClearGpe AcpiGetGpeStatus Removed: AcpiSetGpeType New: AcpiSetGpe See the ACPICA Programmer Reference for details. Matthew Garrett Bob Moore Rafael Wysocki
Diffstat (limited to 'source/include/acexcep.h')
-rw-r--r--source/include/acexcep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acexcep.h b/source/include/acexcep.h
index 89fe5c668..a46de7d82 100644
--- a/source/include/acexcep.h
+++ b/source/include/acexcep.h
@@ -162,7 +162,7 @@
#define AE_NO_GLOBAL_LOCK (ACPI_STATUS) (0x0017 | AE_CODE_ENVIRONMENTAL)
#define AE_ABORT_METHOD (ACPI_STATUS) (0x0018 | AE_CODE_ENVIRONMENTAL)
#define AE_SAME_HANDLER (ACPI_STATUS) (0x0019 | AE_CODE_ENVIRONMENTAL)
-#define AE_WAKE_ONLY_GPE (ACPI_STATUS) (0x001A | AE_CODE_ENVIRONMENTAL)
+#define AE_NO_HANDLER (ACPI_STATUS) (0x001A | AE_CODE_ENVIRONMENTAL)
#define AE_OWNER_ID_LIMIT (ACPI_STATUS) (0x001B | AE_CODE_ENVIRONMENTAL)
#define AE_CODE_ENV_MAX 0x001B