Commit in reactos/include/ddk on MAIN
kefuncs.h+61.49 -> 1.50
added KeRosPrintAddress

reactos/include/ddk
kefuncs.h 1.49 -> 1.50
diff -u -r1.49 -r1.50
--- kefuncs.h	3 Dec 2004 20:10:45 -0000	1.49
+++ kefuncs.h	18 Dec 2004 20:55:54 -0000	1.50
@@ -358,6 +358,12 @@
 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);
CVSspam 0.2.8