patch-2.4.10 linux/drivers/acpi/include/amlcode.h
Next file: linux/drivers/acpi/include/platform/acenv.h
Previous file: linux/drivers/acpi/include/acutils.h
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Sun Sep 23 09:42:32 2001
- Orig file:
v2.4.9/linux/drivers/acpi/include/amlcode.h
- Orig date:
Tue Jul 3 17:08:19 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/acpi/include/amlcode.h linux/drivers/acpi/include/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: 52 $
+ * $Revision: 53 $
*
*****************************************************************************/
@@ -280,7 +280,6 @@
#define OPTYPE_MONADIC1 6
#define OPTYPE_DYADIC1 7
-
/* Type 2 opcodes */
#define OPTYPE_MONADIC2 8
@@ -288,18 +287,20 @@
#define OPTYPE_DYADIC2 10
#define OPTYPE_DYADIC2_r 11
#define OPTYPE_DYADIC2_s 12
-#define OPTYPE_INDEX 13
-#define OPTYPE_MATCH 14
-/* Generic for an op that returns a value */
+/* Multi-operand (>=3) opcodes */
-#define OPTYPE_METHOD_CALL 15
+#define OPTYPE_TRIADIC 13
+#define OPTYPE_QUADRADIC 14
+#define OPTYPE_HEXADIC 15
+
+/* Generic for an op that returns a value */
+#define OPTYPE_METHOD_CALL 16
/* Misc */
-#define OPTYPE_CREATE_FIELD 16
-#define OPTYPE_FATAL 17
+#define OPTYPE_CREATE_FIELD 17
#define OPTYPE_CONTROL 18
#define OPTYPE_RECONFIGURATION 19
#define OPTYPE_NAMED_OBJECT 20
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)