mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Removed a proc
date 2000.02.16.17.57.00; author rmoore1; state Exp;
This commit is contained in:
parent
5b9bdaf13d
commit
69fcc42c39
@ -117,7 +117,7 @@
|
||||
#ifndef _COMMON_H
|
||||
#define _COMMON_H
|
||||
|
||||
#include "acpiobj.h"
|
||||
#include "acobject.h"
|
||||
#include "acpiosd.h"
|
||||
|
||||
|
||||
@ -148,13 +148,6 @@ CmHardwareInitialize (
|
||||
|
||||
/* Object construction and conversion interfaces - cmobject */
|
||||
|
||||
ACPI_OBJECT_INTERNAL *
|
||||
_CmCreateInternalObject (
|
||||
char *ModuleName,
|
||||
INT32 LineNumber,
|
||||
INT32 ComponentId,
|
||||
ACPI_OBJECT_TYPE Type);
|
||||
|
||||
ACPI_STATUS
|
||||
CmBuildSimpleObject(
|
||||
ACPI_OBJECT_INTERNAL *Obj,
|
||||
@ -205,7 +198,7 @@ CmGetObjectSize(
|
||||
|
||||
|
||||
/*
|
||||
* CmDelete - Object deletion and copy
|
||||
* CmCreate - Object creation
|
||||
*/
|
||||
|
||||
ACPI_STATUS
|
||||
@ -213,10 +206,12 @@ CmUpdateObjectReference (
|
||||
ACPI_OBJECT_INTERNAL *Object,
|
||||
INT32 Action);
|
||||
|
||||
ACPI_STATUS
|
||||
CmCopyInternalObject (
|
||||
ACPI_OBJECT_INTERNAL *SrcDesc,
|
||||
ACPI_OBJECT_INTERNAL *DestDesc);
|
||||
ACPI_OBJECT_INTERNAL *
|
||||
_CmCreateInternalObject (
|
||||
char *ModuleName,
|
||||
INT32 LineNumber,
|
||||
INT32 ComponentId,
|
||||
ACPI_OBJECT_TYPE Type);
|
||||
|
||||
|
||||
/* Object deletion - cmdelete */
|
||||
@ -342,6 +337,14 @@ FunctionValueExit (
|
||||
ACPI_STRING FunctionName,
|
||||
NATIVE_UINT Value);
|
||||
|
||||
void
|
||||
FunctionPtrExit (
|
||||
ACPI_STRING ModuleName,
|
||||
INT32 LineNumber,
|
||||
INT32 ComponentId,
|
||||
ACPI_STRING FunctionName,
|
||||
char *Ptr);
|
||||
|
||||
void
|
||||
DebugPrintPrefix (
|
||||
ACPI_STRING ModuleName,
|
||||
|
Loading…
Reference in New Issue
Block a user