mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Added KDSERIAL option.
svn path=/trunk/; revision=7189
This commit is contained in:
parent
0ce3d6f67c
commit
b1e0d0b3cc
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: kd.h,v 1.19 2003/08/11 18:50:12 chorns Exp $
|
/* $Id: kd.h,v 1.20 2003/12/23 05:05:10 arty Exp $
|
||||||
*
|
*
|
||||||
* kernel debugger prototypes
|
* kernel debugger prototypes
|
||||||
*/
|
*/
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
#define KD_DEBUG_FILELOG 0x20
|
#define KD_DEBUG_FILELOG 0x20
|
||||||
#define KD_DEBUG_MDA 0x40
|
#define KD_DEBUG_MDA 0x40
|
||||||
#define KD_DEBUG_KDB 0x80
|
#define KD_DEBUG_KDB 0x80
|
||||||
|
#define KD_DEBUG_KDSERIAL 0x100
|
||||||
|
|
||||||
extern ULONG KdDebugState;
|
extern ULONG KdDebugState;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue