Added CmInitStaticObject

date	99.09.28.22.31.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:15:21 +00:00
parent 9b58667eb7
commit 41af2e62aa

View File

@ -453,6 +453,9 @@ _CmFree (
ACPI_STRING Module,
INT32 Line);
void
CmInitStaticObject (
ACPI_OBJECT_INTERNAL *ObjDesc);
#define CmAllocate(a) _CmAllocate(a,_COMPONENT,_THIS_MODULE,__LINE__)
#define CmCallocate(a) _CmCallocate(a, _COMPONENT,_THIS_MODULE,__LINE__)