From 34fea9606b2246a870a8d4bfdf1deed5c0aa992c Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sun, 5 Jun 2005 14:03:55 +0000 Subject: [PATCH] Forgot this file. Make the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BOCHS is defined. svn path=/trunk/; revision=15806 --- reactos/ntoskrnl/include/internal/kdbochs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/include/internal/kdbochs.h b/reactos/ntoskrnl/include/internal/kdbochs.h index e21eca14dd3..8dbd5f8697c 100644 --- a/reactos/ntoskrnl/include/internal/kdbochs.h +++ b/reactos/ntoskrnl/include/internal/kdbochs.h @@ -14,5 +14,8 @@ VOID STDCALL KdpBochsInit(struct _KD_DISPATCH_TABLE *DispatchTable, ULONG BootPhase); - +VOID +STDCALL +KdpBochsDebugPrint(IN PCH Message); + #endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */