From 8afda8f04f7306f7fbe46d7a12f5fcdba949f99b Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Sat, 18 Dec 2004 20:55:54 +0000 Subject: [PATCH] added KeRosPrintAddress svn path=/trunk/; revision=12201 --- reactos/include/ddk/kefuncs.h | 6 ++++++ 1 file changed, 6 insertions(+) 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);