From 4e62a23e3d9d071e0ed7c7a75421c41314c3b90a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 12 Oct 2023 15:14:04 +0200 Subject: memory: fix namespace of asm_pointer --- source/include/memory/asm_pointer.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/include/memory') 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 @@ -40,6 +40,6 @@ namespace teachos::boot Type const * m_pointer; }; -} // namespace teachos::boot +} // namespace teachos::memory #endif \ No newline at end of file -- cgit v1.2.3