Merge FreeBSD-specific changes.

This commit is contained in:
Mike Smith 2001-06-29 20:19:59 +00:00
parent 12c1e8d4b6
commit 47d9ea1be8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78989
3 changed files with 14 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acconfig.h - Global configuration constants
* $Revision: 64 $
* $Revision: 65 $
*
*****************************************************************************/
@ -144,7 +144,7 @@
/* Version string */
#define ACPI_CA_VERSION 0x20010518
#define ACPI_CA_VERSION 0x20010615
/* Maximum objects in the various object caches */

View File

@ -392,6 +392,11 @@ AcpiOsWritable (
void *Pointer,
UINT32 Length);
UINT32
AcpiOsGetTimer (
void);
/*
* Debug print routines

View File

@ -205,6 +205,13 @@ AcpiGetTable (
UINT32 Instance,
ACPI_BUFFER *RetBuffer);
ACPI_STATUS
AcpiGetFirmwareTable (
ACPI_STRING Signature,
UINT32 Instance,
UINT32 Flags,
ACPI_TABLE_HEADER **TablePointer);
/*
* Namespace and name interfaces