summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Modules/Flash
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-30 18:46:00 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-30 19:56:02 +0200
commita9d87cbd143b05cc3de711d84401f8ef514f3aa3 (patch)
treecfc703f1dc02f6894b4d6d173d18d84be5757c5f /dev/ZKA/Modules/Flash
parent5229ca8ae190c0cb3db8d381a44be4113e81d5dc (diff)
[IMP] Updated the ARM64 release of ZKA.
[IMP] Shall use the timer on AMD64 by default, a SMP driver will be written if needed. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Modules/Flash')
-rw-r--r--dev/ZKA/Modules/Flash/Flash.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/Modules/Flash/Flash.hxx b/dev/ZKA/Modules/Flash/Flash.hxx
index b5878d6d..a16f5a6d 100644
--- a/dev/ZKA/Modules/Flash/Flash.hxx
+++ b/dev/ZKA/Modules/Flash/Flash.hxx
@@ -6,7 +6,7 @@
#pragma once
-#ifdef __FLASH_MEM__
+#ifdef __USE_MBCI_FLASH__
#include <NewKit/Defines.hxx>
@@ -18,4 +18,4 @@ Kernel::SizeT drv_std_get_sector_count();
/// @return drive size
Kernel::SizeT drv_std_get_drv_size();
-#endif // ifdef __FLASH_MEM__
+#endif // ifdef __USE_MBCI_FLASH__