mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
Removed concept of a "static" acpi internal object. This mechanism
conflicted with the object ref count mechanism. date 2001.09.05.15.11.00; author rmoore1; state Exp;
This commit is contained in:
parent
6e877faba1
commit
0436b52e6a
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
|
||||
* $Revision: 1.112 $
|
||||
* $Revision: 1.113 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -317,12 +317,12 @@ AcpiUtCopyIobjectToEobject (
|
||||
ACPI_STATUS
|
||||
AcpiUtCopyEsimpleToIsimple(
|
||||
ACPI_OBJECT *UserObj,
|
||||
ACPI_OPERAND_OBJECT *Obj);
|
||||
ACPI_OPERAND_OBJECT **ReturnObj);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiUtCopyEobjectToIobject (
|
||||
ACPI_OBJECT *Obj,
|
||||
ACPI_OPERAND_OBJECT *InternalObj);
|
||||
ACPI_OPERAND_OBJECT **InternalObj);
|
||||
|
||||
ACPI_STATUS
|
||||
AcpiUtCopyISimpleToIsimple (
|
||||
@ -723,11 +723,6 @@ AcpiUtFree (
|
||||
NATIVE_CHAR *Module,
|
||||
UINT32 Line);
|
||||
|
||||
void
|
||||
AcpiUtInitStaticObject (
|
||||
ACPI_OPERAND_OBJECT *ObjDesc);
|
||||
|
||||
|
||||
#ifdef ACPI_DBG_TRACK_ALLOCATIONS
|
||||
void
|
||||
AcpiUtDumpAllocationInfo (
|
||||
|
Loading…
Reference in New Issue
Block a user