aboutsummaryrefslogtreecommitdiff
path: root/source/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2023-10-12 15:14:04 +0200
committerFelix Morgner <felix.morgner@ost.ch>2023-10-12 15:21:06 +0200
commit4e62a23e3d9d071e0ed7c7a75421c41314c3b90a (patch)
tree1ba13bbfbb24182fe9fa822c978b2d9a478ab5b1 /source/include
parent0db25b0e76151c43a235ae627cf318b69745c2fb (diff)
downloadteachos-4e62a23e3d9d071e0ed7c7a75421c41314c3b90a.tar.xz
teachos-4e62a23e3d9d071e0ed7c7a75421c41314c3b90a.zip
memory: fix namespace of asm_pointer
Diffstat (limited to 'source/include')
-rw-r--r--source/include/memory/asm_pointer.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/include/memory/asm_pointer.hpp b/source/include/memory/asm_pointer.hpp
index b2e890c..2001561 100644
--- a/source/include/memory/asm_pointer.hpp
+++ b/source/include/memory/asm_pointer.hpp
@@ -1,7 +1,7 @@
-#ifndef TEACHOS_BOOT_ASM_POINTER_HPP
-#define TEACHOS_BOOT_ASM_POINTER_HPP
+#ifndef TEACHOS_MEMORY_ASM_POINTER_HPP
+#define TEACHOS_MEMORY_ASM_POINTER_HPP
-namespace teachos::boot
+namespace teachos::memory
{
template<typename Type>
@@ -40,6 +40,6 @@ namespace teachos::boot
Type const * m_pointer;
};
-} // namespace teachos::boot
+} // namespace teachos::memory
#endif \ No newline at end of file