TianoCore EDK2 master
Loading...
Searching...
No Matches
BaseAcpiTimerLibBhyve.c
Go to the documentation of this file.
1
11#include <Library/IoLib.h>
12#include <OvmfPlatforms.h>
13
23UINT32
25 VOID
26 )
27{
28 //
29 // Return the current ACPI timer value.
30 //
31 return IoRead32 (BHYVE_ACPI_TIMER_IO_ADDR);
32}
UINT32 InternalAcpiGetTimerTick(VOID)
UINT32 EFIAPI IoRead32(IN UINTN Port)
Definition: IoLibArmVirt.c:275