Add missing forward reference to KeInitializeThread()
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-02-21 22:49:13 +01:00
parent 88c17982e4
commit cbca1e21c6
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -24,6 +24,17 @@ XTAPI
PKTHREAD
KeGetCurrentThread(VOID);
XTAPI
XTSTATUS
KeInitializeThread(IN PKTHREAD Thread,
IN PVOID Stack,
IN PKSYSTEM_ROUTINE SystemRoutine,
IN PKSTART_ROUTINE StartRoutine,
IN PVOID StartContext,
IN PCONTEXT Context,
IN PVOID EnvironmentBlock,
IN PKPROCESS Process);
XTAPI
VOID
KepArchInitialize(VOID);