Add external prototype

This commit is contained in:
rmoore1 2005-11-17 16:35:07 +00:00
parent 06687a5f68
commit 6e3bd67fb3

View File

@ -137,6 +137,11 @@
extern FILE *AcpiGbl_DebugFile;
FILE *AcpiGbl_OutputFile;
ACPI_STATUS
AeLocalGetRootPointer (
UINT32 Flags,
ACPI_POINTER *Address);
/******************************************************************************
*
@ -185,7 +190,7 @@ AcpiOsGetRootPointer (
ACPI_POINTER *Address)
{
return (AeLocalGetRootPointer(Flags, (ACPI_PHYSICAL_ADDRESS *) Address));
return (AeLocalGetRootPointer (Flags, (ACPI_PHYSICAL_ADDRESS *) Address));
}