Remove mouse type selection in usetup.
[reactos.git] / reactos / ntoskrnl / include / internal / kdgdb.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_GDB_H
7 #define __INCLUDE_INTERNAL_KD_GDB_H
8
9 VOID
10 STDCALL
11 KdpGdbStubInit(struct _KD_DISPATCH_TABLE *DispatchTable,
12 ULONG BootPhase);
13
14 extern KD_PORT_INFORMATION GdbPortInfo;
15
16 #endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */