Add missing forward declarations
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-03-24 15:39:07 +01:00
parent d5dd87b889
commit bf3d56385f
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -56,6 +56,18 @@ VOID
KeInitializeTimerEx(OUT PKTIMER Timer,
IN KTIMER_TYPE Type);
XTAPI
VOID
KePanic(IN ULONG Code);
XTAPI
VOID
KePanicEx(IN ULONG Code,
IN ULONG_PTR Parameter1,
IN ULONG_PTR Parameter2,
IN ULONG_PTR Parameter3,
IN ULONG_PTR Parameter4);
XTAPI
LONG
KeReadSemaphoreState(IN PKSEMAPHORE Semaphore);