summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/MFlash/MFlash.h
blob: 02a7466676635b4e189596e73679c07d30f97e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -------------------------------------------

	Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved.

------------------------------------------- */

#pragma once

#ifdef NE_USE_MBCI_FLASH

#include <NewKit/Defines.h>

NeOS::SizeT drv_get_sector_count(NeOS::Int32 slot);

NeOS::SizeT drv_get_size(NeOS::Int32 slot);

NeOS::Void drv_enable_at(NeOS::Int32 slot);

NeOS::Void drv_disable_at(NeOS::Int32 slot);

#endif // ifdef NE_USE_MBCI_FLASH