mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Added CmInitStaticObject
date 99.09.28.22.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
9b58667eb7
commit
41af2e62aa
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user