diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-14 04:35:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-14 04:35:26 +0200 |
| commit | a786997f304745ce3766a82be06dc6a5d0c2f02c (patch) | |
| tree | db923caaec3762fbb68290fd1ae94cb1465378e7 /dev/lib/utility/embfs.hpp | |
| parent | fa4748e414e9494442f9bcde9c659d3951af19c0 (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.hpp | 10 |
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 |
