|
@@ -730,12 +730,13 @@ union acpi_parse_value {
|
|
|
#define ACPI_DASM_STRING 0x02 /* Buffer is a ASCII string */
|
|
|
#define ACPI_DASM_UNICODE 0x03 /* Buffer is a Unicode string */
|
|
|
#define ACPI_DASM_PLD_METHOD 0x04 /* Buffer is a _PLD method bit-packed buffer */
|
|
|
-#define ACPI_DASM_EISAID 0x05 /* Integer is an EISAID */
|
|
|
-#define ACPI_DASM_MATCHOP 0x06 /* Parent opcode is a Match() operator */
|
|
|
-#define ACPI_DASM_LNOT_PREFIX 0x07 /* Start of a Lnot_equal (etc.) pair of opcodes */
|
|
|
-#define ACPI_DASM_LNOT_SUFFIX 0x08 /* End of a Lnot_equal (etc.) pair of opcodes */
|
|
|
-#define ACPI_DASM_HID_STRING 0x09 /* String is a _HID or _CID */
|
|
|
-#define ACPI_DASM_IGNORE 0x0A /* Not used at this time */
|
|
|
+#define ACPI_DASM_UUID 0x05 /* Buffer is a UUID/GUID */
|
|
|
+#define ACPI_DASM_EISAID 0x06 /* Integer is an EISAID */
|
|
|
+#define ACPI_DASM_MATCHOP 0x07 /* Parent opcode is a Match() operator */
|
|
|
+#define ACPI_DASM_LNOT_PREFIX 0x08 /* Start of a Lnot_equal (etc.) pair of opcodes */
|
|
|
+#define ACPI_DASM_LNOT_SUFFIX 0x09 /* End of a Lnot_equal (etc.) pair of opcodes */
|
|
|
+#define ACPI_DASM_HID_STRING 0x0A /* String is a _HID or _CID */
|
|
|
+#define ACPI_DASM_IGNORE 0x0B /* Not used at this time */
|
|
|
|
|
|
/*
|
|
|
* Generic operation (for example: If, While, Store)
|