summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/utility/embfs.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-10-14 04:35:26 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-10-14 04:35:26 +0200
commita786997f304745ce3766a82be06dc6a5d0c2f02c (patch)
treedb923caaec3762fbb68290fd1ae94cb1465378e7 /dev/lib/utility/embfs.hpp
parentfa4748e414e9494442f9bcde9c659d3951af19c0 (diff)
feat: scl: major refactors and new version of SCL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/utility/embfs.hpp')
-rw-r--r--dev/lib/utility/embfs.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/lib/utility/embfs.hpp b/dev/lib/utility/embfs.hpp
index 0f20596..689082c 100644
--- a/dev/lib/utility/embfs.hpp
+++ b/dev/lib/utility/embfs.hpp
@@ -5,8 +5,8 @@
* Copyright 2025, Amlal El Mahrouss.
*/
-#ifndef _OCL_EMBFS_HPP
-#define _OCL_EMBFS_HPP
+#ifndef _SCL_EMBFS_HPP
+#define _SCL_EMBFS_HPP
#include <cstdint>
#include <cstddef>
@@ -14,7 +14,7 @@
/// @brief A filesystem designed for tiny storage medias.
/// @author Amlal EL Mahrouss (amlal@nekernel.org)
-namespace ocl::embfs
+namespace scl::embfs
{
namespace traits
{
@@ -75,6 +75,6 @@ namespace ocl::embfs
/// @brief Indexed node linear array.
typedef embfs_inode embfs_inode_arr_t[_inode_arr_len];
} // namespace traits
-} // namespace ocl::embfs
+} // namespace scl::embfs
-#endif // ifndef _OCL_EMBFS_HPP \ No newline at end of file
+#endif // ifndef _SCL_EMBFS_HPP \ No newline at end of file