mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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
|
||||
KdpBochsInit(struct _KD_DISPATCH_TABLE *DispatchTable,
|
||||
ULONG BootPhase);
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
KdpBochsDebugPrint(IN PCH Message);
|
||||
|
||||
#endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */
|
||||
|
|
Loading…
Reference in a new issue