Forgot this file.
Make the bochs debug output in the very early boot phase available, if
AUTO_ENABLE_BOCHS is defined.
Modified: trunk/reactos/ntoskrnl/include/internal/kdbochs.h
_____
Modified: trunk/reactos/ntoskrnl/include/internal/kdbochs.h
--- trunk/reactos/ntoskrnl/include/internal/kdbochs.h 2005-06-05
14:01:58 UTC (rev 15805)
+++ trunk/reactos/ntoskrnl/include/internal/kdbochs.h 2005-06-05
14:03:55 UTC (rev 15806)
@@ -14,5 +14,8 @@
STDCALL
KdpBochsInit(struct _KD_DISPATCH_TABLE *DispatchTable,
ULONG BootPhase);
-
+VOID
+STDCALL
+KdpBochsDebugPrint(IN PCH Message);
+
#endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */
Show replies by date