1
0
Fork 0
forked from AbleOS/ableos
ableos_time/ableos/src/device_interface/block.rs

7 lines
93 B
Rust

//! Block device interface
/// Block device interface
pub trait BlockDevice {
// TODO
}