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 */