diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-30 18:46:00 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-30 19:56:02 +0200 |
| commit | a9d87cbd143b05cc3de711d84401f8ef514f3aa3 (patch) | |
| tree | cfc703f1dc02f6894b4d6d173d18d84be5757c5f /dev/ZKA/Modules | |
| parent | 5229ca8ae190c0cb3db8d381a44be4113e81d5dc (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')
| -rw-r--r-- | dev/ZKA/Modules/Flash/Flash.hxx | 4 |
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__ |
