Add static member definitions for kernel debugger active flag and kernel panic state
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
/* Debugger active flag */
|
||||
BOOLEAN KD::Debugger::Active;
|
||||
|
||||
/* Debug I/O spinlock */
|
||||
KSPIN_LOCK KD::DebugIo::DebugIoLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user