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..9f5d4117 --- /dev/null +++ b/dev/Mod/MFlash/MFlash.h @@ -0,0 +1,21 @@ +/* ------------------------------------------- + + Copyright (C) 2024, Theater Quality Inc, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#ifdef ZKA_USE_MBCI_FLASH + +#include <NewKit/Defines.h> + +/// @brief get sector count. +/// @return drive sector count. +Kernel::SizeT drv_get_sector_count(); + +/// @brief get device size. +/// @return drive size +Kernel::SizeT drv_get_size(); + +#endif // ifdef ZKA_USE_MBCI_FLASH |
