diff options
| -rw-r--r-- | Kernel/HALKit/ARM64/Storage/Flash.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Kernel/HALKit/ARM64/Storage/Flash.cxx b/Kernel/HALKit/ARM64/Storage/Flash.cxx index 8afd0f58..666dfc0b 100644 --- a/Kernel/HALKit/ARM64/Storage/Flash.cxx +++ b/Kernel/HALKit/ARM64/Storage/Flash.cxx @@ -7,7 +7,8 @@ #include <NewKit/Defines.hpp> #include <ArchKit/ArchKit.hpp> -/// @brief MBCI flash drive. +/// @file Flash.cxx +/// @brief Flash memory builtin. #ifdef __FLASH_MEM__ @@ -24,4 +25,4 @@ namespace NewOS } } // namespace NewOS -#endif // if __FLASH_MEM__ (MBCI) +#endif // if __FLASH_MEM__ (Bridge) |
