added KeRosPrintAddress
authorRoyce Mitchell III <royce3@ev1.net>
Sat, 18 Dec 2004 20:55:54 +0000 (20:55 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sat, 18 Dec 2004 20:55:54 +0000 (20:55 +0000)
svn path=/trunk/; revision=12201

reactos/include/ddk/kefuncs.h

index 634d839..08f63e6 100644 (file)
@@ -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);