aboutsummaryrefslogtreecommitdiff
path: root/kapi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-09-03 14:14:17 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-09-03 14:36:28 +0200
commit28114ae949130d39380a80800c60b5b334d61b19 (patch)
treeeade2e52c744cfa63ac0bc9888583c998cdd4751 /kapi
parente9c8e851eedeabe82878ef9d41042731c4d17e6d (diff)
downloadkernel-28114ae949130d39380a80800c60b5b334d61b19.tar.xz
kernel-28114ae949130d39380a80800c60b5b334d61b19.zip
chore: fix header guards
Diffstat (limited to 'kapi')
-rw-r--r--kapi/kapi/filesystem.hpp2
-rw-r--r--kapi/kapi/memory/frame_allocator.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kapi/kapi/filesystem.hpp b/kapi/kapi/filesystem.hpp
index 04630006..ab8a8f4a 100644
--- a/kapi/kapi/filesystem.hpp
+++ b/kapi/kapi/filesystem.hpp
@@ -119,4 +119,4 @@ namespace kapi::filesystem
//! @}
} // namespace kapi::filesystem
-#endif // TEACHOS_KAPI_FILESYSTEM_HPP \ No newline at end of file
+#endif \ No newline at end of file
diff --git a/kapi/kapi/memory/frame_allocator.hpp b/kapi/kapi/memory/frame_allocator.hpp
index 783bd3cb..12f56c2d 100644
--- a/kapi/kapi/memory/frame_allocator.hpp
+++ b/kapi/kapi/memory/frame_allocator.hpp
@@ -68,4 +68,4 @@ namespace kapi::memory
} // namespace kapi::memory
-#endif // TEACHOS_KAPI_MEMORY_FRAME_ALLOCATOR_HPP \ No newline at end of file
+#endif \ No newline at end of file