- Add msvc compatible version of ProveForRead(U)LargeInteger
[reactos.git] / reactos / ntoskrnl / include / internal / dbgk.h
1 #ifndef __NTOSKRNL_INCLUDE_INTERNAL_DBGK_H
2 #define __NTOSKRNL_INCLUDE_INTERNAL_DBGK_H
3
4 VOID
5 STDCALL
6 DbgkCreateThread(PVOID StartAddress);
7
8 #endif
9
10 /* EOF */