aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/system.cpp')
-rw-r--r--arch/x86_64/src/system.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/src/system.cpp b/arch/x86_64/src/system.cpp
index 60ebf0e..2d4c3fe 100644
--- a/arch/x86_64/src/system.cpp
+++ b/arch/x86_64/src/system.cpp
@@ -1,6 +1,6 @@
-#include "arch/system.hpp"
+#include "kapi/system.hpp"
-namespace teachos::arch::system
+namespace teachos::system
{
auto halt() -> void
@@ -9,4 +9,4 @@ namespace teachos::arch::system
__builtin_unreachable();
}
-} // namespace teachos::arch::system
+} // namespace teachos::system