diff --git a/source/include/acutils.h b/source/include/acutils.h index 474986654..b62f980f6 100644 --- a/source/include/acutils.h +++ b/source/include/acutils.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: accommon.h -- prototypes for the common (subsystem-wide) procedures - * $Revision: 1.78 $ + * $Revision: 1.79 $ * *****************************************************************************/ @@ -639,6 +639,10 @@ BOOLEAN AcpiCmValidAcpiCharacter ( NATIVE_CHAR Character); +ACPI_STATUS +AcpiCmResolvePackageReferences ( + ACPI_OPERAND_OBJECT *ObjDesc); + /* * Memory allocation functions and related macros.