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 6b4d7ab4..30e7cef0 100644 --- a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc +++ b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc @@ -4,7 +4,7 @@ ------------------------------------------- */ -#ifdef ZKA_USE_MBCI_FLASH +#ifdef NE_USE_MBCI_FLASH #include <NewKit/Defines.h> #include <ArchKit/ArchKit.h> @@ -81,4 +81,4 @@ namespace Kernel } } // namespace Kernel -#endif // if ZKA_USE_MBCI_FLASH +#endif // if NE_USE_MBCI_FLASH |
