diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-20 09:50:04 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-20 09:50:04 +0200 |
| commit | f958113a684df8f34c1677fcc41783054bd301cf (patch) | |
| tree | 56172d8564cbc5f7b72ee918609fe562db31000e | |
| parent | 085e870aae1ad1c99524b268009aeb60a1efced2 (diff) | |
Builtins/Flash: Specify that it's bridge not a MBCI based builtin.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -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) |
