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
22
UINT64
23
RecalculateTSC
(
24
VOID
25
);
26
33
UINT64
34
EFIAPI
35
GetTscFrequency
(
36
VOID
37
);
38
39
#endif
// OC_TIMER_LIB_H
RecalculateTSC
UINT64 RecalculateTSC(VOID)
GetTscFrequency
UINT64 EFIAPI GetTscFrequency(VOID)
Definition
OcTimerLib.c:243
Include
Acidanthera
Library
OcTimerLib.h
Generated by
1.12.0