Add missing forward declarations
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
d5dd87b889
commit
bf3d56385f
@ -56,6 +56,18 @@ VOID
|
|||||||
KeInitializeTimerEx(OUT PKTIMER Timer,
|
KeInitializeTimerEx(OUT PKTIMER Timer,
|
||||||
IN KTIMER_TYPE Type);
|
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
|
XTAPI
|
||||||
LONG
|
LONG
|
||||||
KeReadSemaphoreState(IN PKSEMAPHORE Semaphore);
|
KeReadSemaphoreState(IN PKSEMAPHORE Semaphore);
|
||||||
|
Loading…
Reference in New Issue
Block a user