diff options
author | Bob Moore <robert.moore@intel.com> | 2016-11-30 15:21:57 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-12-09 02:47:01 +0100 |
commit | 5a6e7ec3bfef2ea518061d8d5d77367952770efb (patch) | |
tree | dae270482af2f2186057173caf7e0069731501c3 /drivers/acpi/acpica/amlcode.h | |
parent | 173fcf80269969378c1ce4cb96b8f518f7081855 (diff) | |
download | talos-obmc-linux-5a6e7ec3bfef2ea518061d8d5d77367952770efb.tar.gz talos-obmc-linux-5a6e7ec3bfef2ea518061d8d5d77367952770efb.zip |
ACPICA: Utilities: Add new decode function for parser values
ACPICA commit 198fde8a061ac77357bcf1752e3c988fbe59f128
Implements a decode function for the ARGP_* parser info values
for all AML opcodes.
Link: https://github.com/acpica/acpica/commit/198fde8a
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/amlcode.h')
-rw-r--r-- | drivers/acpi/acpica/amlcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/amlcode.h b/drivers/acpi/acpica/amlcode.h index ceb4f7365f7f..6bd8d4bcff65 100644 --- a/drivers/acpi/acpica/amlcode.h +++ b/drivers/acpi/acpica/amlcode.h @@ -240,6 +240,7 @@ #define ARGP_QWORDDATA 0x11 #define ARGP_SIMPLENAME 0x12 /* name_string | local_term | arg_term */ #define ARGP_NAME_OR_REF 0x13 /* For object_type only */ +#define ARGP_MAX 0x13 /* * Resolved argument types for the AML Interpreter |