mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
16 lines
349 B
C
16 lines
349 B
C
/* $Id: kd.h 13948 2005-03-12 01:11:06Z navaraf $
|
|
*
|
|
* kernel debugger prototypes
|
|
*/
|
|
|
|
#ifndef __INCLUDE_INTERNAL_KD_GDB_H
|
|
#define __INCLUDE_INTERNAL_KD_GDB_H
|
|
|
|
VOID
|
|
STDCALL
|
|
KdpGdbStubInit(struct _KD_DISPATCH_TABLE *DispatchTable,
|
|
ULONG BootPhase);
|
|
|
|
extern KD_PORT_INFORMATION GdbPortInfo;
|
|
|
|
#endif /* __INCLUDE_INTERNAL_KD_BOCHS_H */
|