summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit/UserProcessScheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/KernelKit/UserProcessScheduler.h')
-rw-r--r--dev/Kernel/KernelKit/UserProcessScheduler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/KernelKit/UserProcessScheduler.h b/dev/Kernel/KernelKit/UserProcessScheduler.h
index 6c96c8e5..17d992b4 100644
--- a/dev/Kernel/KernelKit/UserProcessScheduler.h
+++ b/dev/Kernel/KernelKit/UserProcessScheduler.h
@@ -26,7 +26,7 @@
// The current date is: Thu 11/28/2024 //
////////////////////////////////////////////////////
-namespace Kernel
+namespace NeOS
{
//! @note Forward class declarations.
@@ -329,7 +329,7 @@ namespace Kernel
};
const UInt32& sched_get_exit_code(void) noexcept;
-} // namespace Kernel
+} // namespace NeOS
#include <KernelKit/ThreadLocalStorage.h>
#include <KernelKit/UserProcessScheduler.inl>