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
This commit is contained in:
Hartmut Birr 2005-06-05 14:03:55 +00:00
parent 09b3ff1ebb
commit 34fea9606b

View file

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