summaryrefslogtreecommitdiff
path: root/source/include/amlcode.h
diff options
context:
space:
mode:
authorrmoore1 <rmoore1>2006-05-11 20:26:22 +0000
committerrmoore1 <rmoore1>2006-05-11 20:26:22 +0000
commit6f70255c7afb6c894c0e97104c2c25268de36cd6 (patch)
tree9ebdef81b57c82fe3516f06fff5f5ccc14efeee2 /source/include/amlcode.h
parent45f68a29b6b7255127cf1b1a3b838055c8bba0bb (diff)
downloadacpica-6f70255c7afb6c894c0e97104c2c25268de36cd6.tar.gz
Support for disassembler external generation
Diffstat (limited to 'source/include/amlcode.h')
-rw-r--r--source/include/amlcode.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/include/amlcode.h b/source/include/amlcode.h
index 0d9351437..bb4948c82 100644
--- a/source/include/amlcode.h
+++ b/source/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: 1.83 $
+ * $Revision: 1.84 $
*
*****************************************************************************/
@@ -254,8 +254,10 @@
#define AML_DATA_REGION_OP (UINT16) 0x5b88 /* ACPI 2.0 */
-/* Bogus opcodes (they are actually two separate opcodes) */
-
+/*
+ * Combination opcodes (actually two one-byte opcodes)
+ * Used by the disassembler and iASL compiler
+ */
#define AML_LGREATEREQUAL_OP (UINT16) 0x9295
#define AML_LLESSEQUAL_OP (UINT16) 0x9294
#define AML_LNOTEQUAL_OP (UINT16) 0x9293