diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-30 17:50:46 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-30 17:50:46 +0000 |
| commit | 733e46c4742da55eedf74f17a009720aba269fba (patch) | |
| tree | a5ae68d196b463986f48702ed26361200bef1861 /sys/contrib/dev/acpica/amlcode.h | |
| parent | c948c0582cace4ca0a573b94abcbccadcf040131 (diff) | |
| parent | 3f12fee6bc6478d15b9d7d5228e3d71e1c6e9af4 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/amlcode.h')
| -rw-r--r-- | sys/contrib/dev/acpica/amlcode.h | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/sys/contrib/dev/acpica/amlcode.h b/sys/contrib/dev/acpica/amlcode.h index bb08120cfd5f..ebb45ef331cb 100644 --- a/sys/contrib/dev/acpica/amlcode.h +++ b/sys/contrib/dev/acpica/amlcode.h @@ -3,7 +3,7 @@ * Name: amlcode.h - Definitions for AML, as included in "definition blocks" * Declarations and definitions contained herein are derived * directly from the ACPI specification. - * $Revision: 66 $ + * $Revision: 67 $ * *****************************************************************************/ @@ -276,6 +276,7 @@ #define AML_INT_STATICSTRING_OP (UINT16) 0x0034 #define AML_INT_METHODCALL_OP (UINT16) 0x0035 #define AML_INT_RETURN_VALUE_OP (UINT16) 0x0036 +#define AML_INT_EVAL_SUBTREE_OP (UINT16) 0x0037 #define ARG_NONE 0x0 @@ -426,15 +427,16 @@ /* Misc */ #define AML_TYPE_CREATE_FIELD 0x11 -#define AML_TYPE_CONTROL 0x12 -#define AML_TYPE_NAMED_NO_OBJ 0x13 -#define AML_TYPE_NAMED_FIELD 0x14 -#define AML_TYPE_NAMED_SIMPLE 0x15 -#define AML_TYPE_NAMED_COMPLEX 0x16 -#define AML_TYPE_RETURN 0x17 - -#define AML_TYPE_UNDEFINED 0x18 -#define AML_TYPE_BOGUS 0x19 +#define AML_TYPE_CREATE_OBJECT 0x12 +#define AML_TYPE_CONTROL 0x13 +#define AML_TYPE_NAMED_NO_OBJ 0x14 +#define AML_TYPE_NAMED_FIELD 0x15 +#define AML_TYPE_NAMED_SIMPLE 0x16 +#define AML_TYPE_NAMED_COMPLEX 0x17 +#define AML_TYPE_RETURN 0x18 + +#define AML_TYPE_UNDEFINED 0x19 +#define AML_TYPE_BOGUS 0x1A /* |
