8dbd5f8697c3d9070a1832ffcc1a13c0bd50c7f2
[reactos.git] / reactos / ntoskrnl / include / internal / kdbochs.h
1 /* $Id: kd.h 13948 2005-03-12 01:11:06Z navaraf $
2 *
3 * kernel debugger prototypes
4 */
5
6 #ifndef __INCLUDE_INTERNAL_KD_BOCHS_H
7 #define __INCLUDE_INTERNAL_KD_BOCHS_H
8
9 #include <internal/ke.h>
10 #include <internal/ldr.h>
11 #include <ntdll/ldr.h>
12
13 VOID
14 STDCALL
15 KdpBochsInit(struct _KD_DISPATCH_TABLE *DispatchTable,
16 ULONG BootPhase);
17 VOID
18 STDCALL
19 KdpBochsDebugPrint(IN PCH Message);
20
21 #endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */