- More sharing between ntdll/ntoskrnl: shared Dbg code.
[reactos.git] / reactos / ntoskrnl / kd / wrappers / bochs.c
index d812c38..f0f5517 100644 (file)
@@ -18,7 +18,8 @@
 
 VOID
 STDCALL
-KdpBochsDebugPrint(IN PCH Message)
+KdpBochsDebugPrint(IN PCH Message,
+                   IN ULONG Length)
 {
     while (*Message != 0)
     {
@@ -41,8 +42,6 @@ KdpBochsDebugPrint(IN PCH Message)
     }
 }
 
-
-
 VOID
 STDCALL
 KdpBochsInit(PKD_DISPATCH_TABLE WrapperTable,