diff options
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 |
