Merge FreeBSD-specific changes.
This commit is contained in:
parent
12c1e8d4b6
commit
47d9ea1be8
@ -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 */
|
||||
|
@ -392,6 +392,11 @@ AcpiOsWritable (
|
||||
void *Pointer,
|
||||
UINT32 Length);
|
||||
|
||||
UINT32
|
||||
AcpiOsGetTimer (
|
||||
void);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Debug print routines
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user