mirror of
https://github.com/acpica/acpica/
synced 2025-03-01 03:44:24 +03:00
Added AcpiOsGetRootPointer interface
date 2001.07.13.16.32.00; author rmoore1; state Exp;
This commit is contained in:
parent
7b89961abd
commit
9d294b91cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user