summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acinterp.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-08-26 22:28:18 +0000
committermsmith <msmith@FreeBSD.org>2001-08-26 22:28:18 +0000
commit56186efdbc469312f31299676d1ef2e2d891ec25 (patch)
tree6e637a23360d60a81f3d110ebc3bcfe7d749faae /sys/contrib/dev/acpica/acinterp.h
parent57aef806e0aa68de450f7911560036594871db24 (diff)
downloadFreeBSD-src-56186efdbc469312f31299676d1ef2e2d891ec25.zip
FreeBSD-src-56186efdbc469312f31299676d1ef2e2d891ec25.tar.gz
Vendor import of the Intel ACPI CA 20010816 update.
Diffstat (limited to 'sys/contrib/dev/acpica/acinterp.h')
-rw-r--r--sys/contrib/dev/acpica/acinterp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acinterp.h b/sys/contrib/dev/acpica/acinterp.h
index 9bb7f88..a3429ce 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: 105 $
+ * $Revision: 106 $
*
*****************************************************************************/
@@ -180,6 +180,7 @@ ACPI_STATUS
AcpiExConvertToString (
ACPI_OPERAND_OBJECT *ObjDesc,
ACPI_OPERAND_OBJECT **ResultDesc,
+ UINT32 Base,
UINT32 MaxLength,
ACPI_WALK_STATE *WalkState);
OpenPOWER on IntegriCloud