diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-27 11:58:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-27 11:58:54 +0100 |
| commit | a33d9510bd36a9fdb98f291250a025cd4bec8bc1 (patch) | |
| tree | f060a1f0624cf538c34abf700091bb7350a36af1 /Private/KernelKit/DebugOutput.hpp | |
| parent | 9614c53b82037f77d5b57777560f8a320cb2ac4f (diff) | |
Kernel: working on interrupts, almost fix them.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/DebugOutput.hpp')
| -rw-r--r-- | Private/KernelKit/DebugOutput.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Private/KernelKit/DebugOutput.hpp b/Private/KernelKit/DebugOutput.hpp index 657e9a13..a23b9ab3 100644 --- a/Private/KernelKit/DebugOutput.hpp +++ b/Private/KernelKit/DebugOutput.hpp @@ -38,10 +38,6 @@ inline TerminalDevice EndLine() { selfTerm << "\n"; return selfTerm; } - -namespace Detail { -bool serial_init(); -} } // namespace HCore #ifdef kcout |
