diff options
Diffstat (limited to 'dev/Kernel/HALKit/ARM64/Storage')
| -rw-r--r-- | dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc index f5553f3e..18071fea 100644 --- a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc +++ b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc @@ -16,7 +16,7 @@ #define kMaxFlashSlots (8U) -namespace Kernel +namespace NeOS { /// /Mount/Flash/n constexpr auto kFlashBridgeMagic = "FLSH"; @@ -79,6 +79,6 @@ namespace Kernel return YES; } -} // namespace Kernel +} // namespace NeOS #endif // if NE_USE_MBCI_FLASH |
