mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
Renamed BankRegisterObj to BankObj; Added Node to Buffer object
date 2001.10.29.22.27.00; author rmoore1; state Exp;
This commit is contained in:
parent
1e4739cb9a
commit
9ba7441271
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
|
||||
* $Revision: 1.94 $
|
||||
* $Revision: 1.95 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -243,6 +243,7 @@ typedef struct /* BUFFER - has length and pointer - not null terminated */
|
||||
ACPI_OBJECT_COMMON_HEADER
|
||||
ACPI_COMMON_BUFFER_INFO
|
||||
UINT8 *Pointer; /* Buffer value in AML stream or in allocated space */
|
||||
ACPI_NAMESPACE_NODE *Node; /* Link back to parent node */
|
||||
|
||||
} ACPI_OBJECT_BUFFER;
|
||||
|
||||
@ -394,7 +395,7 @@ typedef struct /* BANK FIELD */
|
||||
ACPI_COMMON_FIELD_INFO
|
||||
|
||||
union acpi_operand_obj *RegionObj; /* Containing OpRegion object */
|
||||
union acpi_operand_obj *BankRegisterObj; /* BankSelect Register object */
|
||||
union acpi_operand_obj *BankObj; /* BankSelect Register object */
|
||||
|
||||
} ACPI_OBJECT_BANK_FIELD;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user