diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-24 18:06:23 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-24 18:06:23 +0100 |
| commit | 462d618e9988b5172d544e177186bc89bfd303ac (patch) | |
| tree | 9d6e500a878c1d442421d4d2f92f6e1c0e30e421 /dev/Mod/MFlash/MFlash.h | |
| parent | 5d9e1bb0c043ad183e635cbd8113224e13612866 (diff) | |
ADD: ARM64: MBCI 'FLSH' driver.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod/MFlash/MFlash.h')
| -rw-r--r-- | dev/Mod/MFlash/MFlash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/Mod/MFlash/MFlash.h b/dev/Mod/MFlash/MFlash.h index 02a74666..a1846610 100644 --- a/dev/Mod/MFlash/MFlash.h +++ b/dev/Mod/MFlash/MFlash.h @@ -18,4 +18,8 @@ NeOS::Void drv_enable_at(NeOS::Int32 slot); NeOS::Void drv_disable_at(NeOS::Int32 slot); +NeOS::Void drv_std_write(NeOS::Int32 slot, NeOS::UInt64 lba, NeOS::Char* buf, NeOS::SizeT sector_sz, NeOS::SizeT buf_sz); + +NeOS::Void drv_std_read(NeOS::Int32 slot, NeOS::UInt64 lba, NeOS::Char* buf, NeOS::SizeT sector_sz, NeOS::SizeT buf_sz); + #endif // ifdef NE_USE_MBCI_FLASH |
