mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
Add external prototype
This commit is contained in:
parent
06687a5f68
commit
6e3bd67fb3
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user