Move dbg.hh into KD namespace
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
#include <kd/dbg.hh>
|
||||
#include <kd/dbgio.hh>
|
||||
|
||||
#endif /* __XTOSKRNL_KD_HH */
|
||||
|
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/includes/dbg.hh
|
||||
* FILE: xtoskrnl/includes/kd/dbg.hh
|
||||
* DESCRIPTION: Kernel debugging support
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef __XTOSKRNL_DBG_HH
|
||||
#define __XTOSKRNL_DBG_HH
|
||||
#ifndef __XTOSKRNL_KD_DBG_HH
|
||||
#define __XTOSKRNL_KD_DBG_HH
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
#define DebugPrint(Format, ...) ((VOID)NULL)
|
||||
#endif
|
||||
|
||||
#endif /* __XTOSKRNL_DBG_HH */
|
||||
#endif /* __XTOSKRNL_KD_DBG_HH */
|
@@ -27,7 +27,6 @@ extern "C" {
|
||||
|
||||
|
||||
#include <ar.hh>
|
||||
#include <dbg.hh>
|
||||
#include <ex.hh>
|
||||
#include <hl.hh>
|
||||
#include <kd.hh>
|
||||
|
Reference in New Issue
Block a user