From 462d618e9988b5172d544e177186bc89bfd303ac Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 24 Feb 2025 18:06:23 +0100 Subject: ADD: ARM64: MBCI 'FLSH' driver. Signed-off-by: Amlal --- dev/Mod/MFlash/MFlash.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/Mod/MFlash') 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 -- cgit v1.2.3