Add forward references to bit map related routines

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,