From 8e116a8cddbb5eac6b4c61042292cf1e5ddeebd0 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:11:08 +0000 Subject: [PATCH] New object type date 2000.01.13.22.14.00; author rmoore1; state Exp; --- source/include/actypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/include/actypes.h b/source/include/actypes.h index e0380c43d..ea89a877c 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -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 */