summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acinterp.h
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-11-27 18:07:48 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-11-27 18:07:48 +0000
commit2b17a8d498a3e4598c19121ab1fad3e7ced2c699 (patch)
tree89c585f017c40c50fe733a43a36a8a10779f75f5 /sys/contrib/dev/acpica/acinterp.h
parent3b2a4f1cbea5e9139e6d4710e31efedef37247ac (diff)
downloadFreeBSD-src-2b17a8d498a3e4598c19121ab1fad3e7ced2c699.zip
FreeBSD-src-2b17a8d498a3e4598c19121ab1fad3e7ced2c699.tar.gz
Vendor import of the Intel ACPI CA 20021118 drop.
Approved by: re
Diffstat (limited to 'sys/contrib/dev/acpica/acinterp.h')
-rw-r--r--sys/contrib/dev/acpica/acinterp.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/contrib/dev/acpica/acinterp.h b/sys/contrib/dev/acpica/acinterp.h
index 1f9f9d3..be9c087 100644
--- a/sys/contrib/dev/acpica/acinterp.h
+++ b/sys/contrib/dev/acpica/acinterp.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
- * $Revision: 139 $
+ * $Revision: 142 $
*
*****************************************************************************/
@@ -255,7 +255,8 @@ AcpiExReadDataFromField (
ACPI_STATUS
AcpiExWriteDataToField (
ACPI_OPERAND_OBJECT *SourceDesc,
- ACPI_OPERAND_OBJECT *ObjDesc);
+ ACPI_OPERAND_OBJECT *ObjDesc,
+ ACPI_OPERAND_OBJECT **ResultDesc);
/*
* exmisc - ACPI AML (p-code) execution - specific opcodes
@@ -468,7 +469,7 @@ AcpiExSystemResetEvent(
ACPI_STATUS
AcpiExSystemWaitSemaphore (
ACPI_HANDLE Semaphore,
- UINT32 Timeout);
+ UINT16 Timeout);
/*
@@ -704,10 +705,6 @@ AcpiExTruncateFor32bitTable (
ACPI_OPERAND_OBJECT *ObjDesc);
BOOLEAN
-AcpiExValidateObjectType (
- ACPI_OBJECT_TYPE Type);
-
-BOOLEAN
AcpiExAcquireGlobalLock (
UINT32 Rule);
OpenPOWER on IntegriCloud