mirror of
https://github.com/acpica/acpica/
synced 2025-01-04 00:24:27 +03:00
Use GetAttachedObject instead of directly accessing Node->Object
date 2001.11.07.17.15.00; author rmoore1; state Exp;
This commit is contained in:
parent
51d502fd03
commit
d325d1ed11
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acnamesp.h - Namespace subcomponent prototypes and defines
|
||||
* $Revision: 1.111 $
|
||||
* $Revision: 1.112 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -461,7 +461,7 @@ ACPI_OBJECT_TYPE8
|
||||
AcpiNsGetType (
|
||||
ACPI_NAMESPACE_NODE *Node);
|
||||
|
||||
void *
|
||||
ACPI_OPERAND_OBJECT *
|
||||
AcpiNsGetAttachedObject (
|
||||
ACPI_NAMESPACE_NODE *Node);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user