mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
New object type
date 2000.01.13.22.14.00; author rmoore1; state Exp;
This commit is contained in:
parent
c2f4b04fa9
commit
8e116a8cdd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user