mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Bug fixes from Novell
date 2001.01.18.17.32.00; author rmoore1; state Exp;
This commit is contained in:
parent
c36a69beda
commit
172d1c0518
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: accommon.h -- prototypes for the common (subsystem-wide) procedures
|
||||
* $Revision: 1.83 $
|
||||
* $Revision: 1.86 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* 1. Copyright Notice
|
||||
*
|
||||
* Some or all of this work - Copyright (c) 1999, 2000, Intel Corp.
|
||||
* Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* 2. License
|
||||
@ -191,6 +191,8 @@ AcpiCmAllocateOwnerId (
|
||||
* CmClib - Local implementations of C library functions
|
||||
*/
|
||||
|
||||
#ifndef ACPI_USE_SYSTEM_CLIBRARY
|
||||
|
||||
NATIVE_UINT
|
||||
AcpiCmStrlen (
|
||||
const NATIVE_CHAR *String);
|
||||
@ -232,7 +234,7 @@ UINT32
|
||||
AcpiCmStrtoul (
|
||||
const NATIVE_CHAR *String,
|
||||
NATIVE_CHAR **Terminator,
|
||||
UINT32 Base);
|
||||
NATIVE_UINT Base);
|
||||
|
||||
NATIVE_CHAR *
|
||||
AcpiCmStrstr (
|
||||
@ -252,7 +254,7 @@ AcpiCmMemcpy (
|
||||
void *
|
||||
AcpiCmMemset (
|
||||
void *Dest,
|
||||
UINT32 Value,
|
||||
NATIVE_UINT Value,
|
||||
NATIVE_UINT Count);
|
||||
|
||||
UINT32
|
||||
@ -263,6 +265,7 @@ UINT32
|
||||
AcpiCmToLower (
|
||||
UINT32 c);
|
||||
|
||||
#endif /* ACPI_USE_SYSTEM_CLIBRARY */
|
||||
|
||||
/*
|
||||
* CmCopy - Object construction and conversion interfaces
|
||||
@ -388,7 +391,7 @@ FunctionValueExit (
|
||||
UINT32 LineNumber,
|
||||
UINT32 ComponentId,
|
||||
NATIVE_CHAR *FunctionName,
|
||||
NATIVE_UINT Value);
|
||||
ACPI_INTEGER Value);
|
||||
|
||||
void
|
||||
FunctionPtrExit (
|
||||
|
Loading…
Reference in New Issue
Block a user