New object type

date	2000.01.13.22.14.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:11:08 +00:00
parent c2f4b04fa9
commit 8e116a8cdd

View File

@ -311,6 +311,7 @@ typedef UINT32 ACPI_OBJECT_TYPE;
* case additional "official" ObjectTypes are added in the future. Also, values exceeding
* the largest official ACPI ObjectType must not overlap with defined AML opcodes.
*/
#define INTERNAL_TYPE_BEGIN 25
#define INTERNAL_TYPE_DefField (ACPI_OBJECT_TYPE) 25 /* 0x19 */
#define INTERNAL_TYPE_BankField (ACPI_OBJECT_TYPE) 26 /* 0x1A */
#define INTERNAL_TYPE_IndexField (ACPI_OBJECT_TYPE) 27 /* 0x1B */