Files
exectos/xtoskrnl/includes/kd.hh
Aiken Harris 7344c5ed4a
Some checks failed
Builds / ExectOS (amd64, release) (push) Failing after 23s
Builds / ExectOS (amd64, debug) (push) Failing after 41s
Builds / ExectOS (i686, release) (push) Failing after 25s
Builds / ExectOS (i686, debug) (push) Failing after 39s
Add function to query kernel debugger active state
2026-06-06 18:57:32 +02:00

19 lines
405 B
C++

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/kd.hh
* DESCRIPTION: Kernel Debugger
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#ifndef __XTOSKRNL_KD_HH
#define __XTOSKRNL_KD_HH
#include <xtos.hh>
#include <kd/dbg.hh>
#include <kd/dbgio.hh>
#include <kd/debug.hh>
#endif /* __XTOSKRNL_KD_HH */