summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/LoaderInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/LoaderInterface.hpp')
-rw-r--r--Kernel/KernelKit/LoaderInterface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/KernelKit/LoaderInterface.hpp b/Kernel/KernelKit/LoaderInterface.hpp
index 9bce429c..dce934e6 100644
--- a/Kernel/KernelKit/LoaderInterface.hpp
+++ b/Kernel/KernelKit/LoaderInterface.hpp
@@ -11,7 +11,7 @@
#include <NewKit/Defines.hpp>
#include <NewKit/ErrorOr.hpp>
-namespace NewOS
+namespace Kernel
{
/// @brief This interface is used to make loader contracts (MSCOFF, PEF).
/// @author @Amlal-El-Mahrouss
@@ -30,4 +30,4 @@ namespace NewOS
virtual _Output ErrorOr<VoidPtr> FindStart() = 0;
virtual _Output VoidPtr FindSymbol(_Input const char* name, _Input Int32 kind) = 0;
};
-} // namespace NewOS
+} // namespace Kernel