diff options
author | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 09:20:40 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-08 09:20:40 +0000 |
commit | f6402773ea74398ade71cd4c72b4b5082251f753 (patch) | |
tree | c4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/Subsystem/Include/acinterp.h | |
parent | f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (diff) |
Update to the 20001201 ACPI CA snapshot.
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=69746
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Include/acinterp.h')
-rw-r--r-- | sys/contrib/dev/acpica/Subsystem/Include/acinterp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Include/acinterp.h b/sys/contrib/dev/acpica/Subsystem/Include/acinterp.h index 73ccc379095e..274ddc008c19 100644 --- a/sys/contrib/dev/acpica/Subsystem/Include/acinterp.h +++ b/sys/contrib/dev/acpica/Subsystem/Include/acinterp.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acinterp.h - Interpreter subcomponent prototypes and defines - * $Revision: 85 $ + * $Revision: 86 $ * *****************************************************************************/ @@ -253,7 +253,7 @@ ACPI_STATUS AcpiAmlExecCreateRegion ( UINT8 *AmlPtr, UINT32 AcpiAmlLength, - UINT32 RegionSpace, + UINT8 RegionSpace, ACPI_WALK_STATE *WalkState); ACPI_STATUS |