diff options
Diffstat (limited to 'dev/Mod/MFlash/MFlash.h')
| -rw-r--r-- | dev/Mod/MFlash/MFlash.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev/Mod/MFlash/MFlash.h b/dev/Mod/MFlash/MFlash.h new file mode 100644 index 00000000..05cfb2c8 --- /dev/null +++ b/dev/Mod/MFlash/MFlash.h @@ -0,0 +1,21 @@ +/* ------------------------------------------- + + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#ifdef ZKA_USE_MBCI_FLASH + +#include <NewKit/Defines.h> + +Kernel::SizeT drv_get_sector_count(Kernel::Int32 slot); + +Kernel::SizeT drv_get_size(Kernel::Int32 slot); + +Kernel::Void drv_enable_at(Kernel::Int32 slot); + +Kernel::Void drv_disable_at(Kernel::Int32 slot); + +#endif // ifdef ZKA_USE_MBCI_FLASH |
