OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcTimerLib.h
Go to the documentation of this file.
1
7#ifndef OC_TIMER_LIB_H
8#define OC_TIMER_LIB_H
9
10#include <Library/TimerLib.h>
11
12//
13// Minimal CPU delay in microseconds (us, 10^-6) for use with MicroSecondDelay e.g. in polling loops
14//
15#define OC_MINIMAL_CPU_DELAY 10
16
22UINT64
24 VOID
25 );
26
33UINT64
34EFIAPI
36 VOID
37 );
38
39#endif // OC_TIMER_LIB_H
UINT64 RecalculateTSC(VOID)
UINT64 EFIAPI GetTscFrequency(VOID)
Definition OcTimerLib.c:243