diff --git a/reactos/include/ddk/kefuncs.h b/reactos/include/ddk/kefuncs.h index 634d8394973..08f63e69214 100644 --- a/reactos/include/ddk/kefuncs.h +++ b/reactos/include/ddk/kefuncs.h @@ -358,6 +358,12 @@ KeRemoveQueueDpc(IN PKDPC Dpc); LONG STDCALL KeResetEvent(IN PKEVENT Event); +VOID STDCALL +KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount ); + +BOOLEAN STDCALL +KeRosPrintAddress(PVOID address); + LONG STDCALL KeSetBasePriorityThread(struct _KTHREAD* Thread, LONG Increment);