Added function to get an OpRegion type string.

date	2000.11.17.18.49.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:40:21 +00:00
parent 4a04fb757e
commit d18f980ce7

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
* $Revision: 1.85 $
* $Revision: 1.86 $
*
*****************************************************************************/
@ -253,7 +253,7 @@ ACPI_STATUS
AcpiAmlExecCreateRegion (
UINT8 *AmlPtr,
UINT32 AcpiAmlLength,
UINT32 RegionSpace,
UINT8 RegionSpace,
ACPI_WALK_STATE *WalkState);
ACPI_STATUS