mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Renamed "OpCode" to "Opcode"
date 2001.02.13.21.19.00; author rmoore1; state Exp;
This commit is contained in:
parent
e818a1397a
commit
3ec298b600
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: actypes.h - Common data types for the entire ACPI subsystem
|
||||
* $Revision: 1.165 $
|
||||
* $Revision: 1.166 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -450,9 +450,9 @@ typedef UINT8 OBJECT_TYPE_INTERNAL;
|
||||
#define INTERNAL_TYPE_DEF_FIELD_DEFN 25 /* 0x19 Name, ByteConst, multiple FieldElement */
|
||||
#define INTERNAL_TYPE_BANK_FIELD_DEFN 26 /* 0x1A 2 Name,DWordConst,ByteConst,multi FieldElement */
|
||||
#define INTERNAL_TYPE_INDEX_FIELD_DEFN 27 /* 0x1B 2 Name, ByteConst, multiple FieldElement */
|
||||
#define INTERNAL_TYPE_IF 28 /* 0x1C OpCode, multiple Code */
|
||||
#define INTERNAL_TYPE_ELSE 29 /* 0x1D multiple Code */
|
||||
#define INTERNAL_TYPE_WHILE 30 /* 0x1E OpCode, multiple Code */
|
||||
#define INTERNAL_TYPE_IF 28 /* 0x1C */
|
||||
#define INTERNAL_TYPE_ELSE 29 /* 0x1D */
|
||||
#define INTERNAL_TYPE_WHILE 30 /* 0x1E */
|
||||
#define INTERNAL_TYPE_SCOPE 31 /* 0x1F Name, multiple Node */
|
||||
#define INTERNAL_TYPE_DEF_ANY 32 /* 0x20 type is Any, suppress search of enclosing scopes */
|
||||
#define INTERNAL_TYPE_EXTRA 33 /* 0x21 */
|
||||
|
Loading…
Reference in New Issue
Block a user