- Move more stuff to wdm.h
[reactos.git] / ntoskrnl / include / internal / rtl.h
1 #pragma once
2
3 NTSTATUS
4 NTAPI
5 RtlQueryAtomListInAtomTable(
6 IN PRTL_ATOM_TABLE AtomTable,
7 IN ULONG MaxAtomCount,
8 OUT ULONG *AtomCount,
9 OUT RTL_ATOM *AtomList
10 );
11
12 VOID
13 NTAPI
14 RtlInitializeRangeListPackage(
15 VOID
16 );
17
18 /* EOF */