forked from xt-sys/exectos
Add forward references to bit map related routines
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user