summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/amlcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/amlcode.h')
-rw-r--r--sys/contrib/dev/acpica/amlcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/amlcode.h b/sys/contrib/dev/acpica/amlcode.h
index ebb45ef..732c01b 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: 67 $
+ * $Revision: 68 $
*
*****************************************************************************/
@@ -119,7 +119,6 @@
#ifndef __AMLCODE_H__
#define __AMLCODE_H__
-
/* primary opcodes */
#define AML_NULL_CHAR (UINT16) 0x00
@@ -381,6 +380,7 @@
#define AML_CREATE 0x0004
#define AML_MATH 0x0002
#define AML_LOGICAL 0x0001
+#define AML_CONSTANT 0x1000
/* Convenient flag groupings */
OpenPOWER on IntegriCloud