[CMAKE]
[reactos.git] / ntoskrnl / include / internal / rtl.h
1 #pragma once
2
3 #ifdef _WIN64
4 #define InitializeSListHead RtlInitializeSListHead
5 #endif
6
7 NTSTATUS
8 NTAPI
9 RtlQueryAtomListInAtomTable(
10 IN PRTL_ATOM_TABLE AtomTable,
11 IN ULONG MaxAtomCount,
12 OUT ULONG *AtomCount,
13 OUT RTL_ATOM *AtomList
14 );
15
16 VOID
17 NTAPI
18 RtlInitializeRangeListPackage(
19 VOID
20 );
21
22 /* EOF */