Expose timer performance counter and clock rate functions
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in -59m30s
Builds / ExectOS (amd64, debug) (push) Successful in -59m28s
Builds / ExectOS (i686, release) (push) Successful in -59m30s
Builds / ExectOS (i686, debug) (push) Successful in -59m29s

This commit is contained in:
2026-05-10 23:42:13 +02:00
parent 6b14f31107
commit 897d9d4099
3 changed files with 48 additions and 0 deletions

View File

@@ -18,6 +18,11 @@
#ifndef __XTOS_ASSEMBLER__
/* Hardware layer routines forward references */
XTCLINK
XTAPI
LARGE_INTEGER
HlQueryPerformanceCounter(OUT PLARGE_INTEGER PerformanceFrequency);
XTCLINK
XTAPI
UCHAR
@@ -33,6 +38,11 @@ XTAPI
ULONG
HlReadRegister32(IN PVOID Register);
XTCLINK
XTAPI
ULONG
HlSetClockRate(IN ULONG Rate);
XTCLINK
XTAPI
VOID