Use GetAttachedObject instead of directly accessing Node->Object

date	2001.11.07.17.15.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:51:43 +00:00
parent 51d502fd03
commit d325d1ed11

View File

@ -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);