Added AcpiOsGetRootPointer interface

date	2001.07.13.16.32.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:34:57 +00:00
parent 7b89961abd
commit 9d294b91cd

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: oswinxf - Windows application interface
* $Revision: 1.12 $
* $Revision: 1.13 $
*
*****************************************************************************/
@ -199,6 +199,16 @@ AcpiOsTerminate (void)
}
ACPI_STATUS
AcpiOsGetRootPointer (
UINT32 Flags,
ACPI_PHYSICAL_ADDRESS *RsdpPhysicalAddress)
{
return (AE_NO_ACPI_TABLES);
}
/******************************************************************************
*
* FUNCTION: AcpiOsGetTimer