Add forward references to bit map related routines
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 45s
Builds / ExectOS (i686) (push) Successful in 42s

This commit is contained in:
2024-03-12 22:02:24 +01:00
parent 067a8bbade
commit 26d5118cea
2 changed files with 33 additions and 0 deletions

View File

@@ -255,6 +255,10 @@ RtlDivideUnsigned64(IN ULONGLONG Dividend,
IN ULONGLONG Divisor,
OUT PULONGLONG Remainder);
XTAPI
VOID
RtlDumpBitMap(IN PRTL_BITMAP BitMap);
XTAPI
LONG
RtlGetBaseExponent(IN DOUBLE Value,