diff options
Diffstat (limited to 'dev/Mod/MFlash')
| -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 |
