mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Macro rename and cleanup
date 2001.11.21.17.06.00; author rmoore1; state Exp;
This commit is contained in:
parent
87ba64efba
commit
17c898f7af
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
|
||||
* $Revision: 1.101 $
|
||||
* $Revision: 1.102 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -150,7 +150,7 @@
|
||||
|
||||
|
||||
#define ACPI_OBJECT_COMMON_HEADER /* SIZE/ALIGNMENT: 32 bits, one ptr plus trailing 8-bit flag */\
|
||||
UINT8 DataType; /* To differentiate various internal objs */\
|
||||
UINT8 Descriptor; /* To differentiate various internal objs */\
|
||||
UINT8 Type; /* ACPI_OBJECT_TYPE */\
|
||||
UINT16 ReferenceCount; /* For object deletion management */\
|
||||
union acpi_operand_obj *NextObject; /* Objects linked to parent NS node */\
|
||||
|
Loading…
x
Reference in New Issue
Block a user