mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
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:
parent
09b3ff1ebb
commit
34fea9606b
1 changed files with 4 additions and 1 deletions
|
@ -14,5 +14,8 @@ VOID
|
||||||
STDCALL
|
STDCALL
|
||||||
KdpBochsInit(struct _KD_DISPATCH_TABLE *DispatchTable,
|
KdpBochsInit(struct _KD_DISPATCH_TABLE *DispatchTable,
|
||||||
ULONG BootPhase);
|
ULONG BootPhase);
|
||||||
|
VOID
|
||||||
|
STDCALL
|
||||||
|
KdpBochsDebugPrint(IN PCH Message);
|
||||||
|
|
||||||
#endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */
|
#endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue