akern-gkgoat-fork/ableos/src/device_interface/block.rs

7 lines
93 B
Rust

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