ableos/ableos/src/device_interface/block.rs

7 lines
93 B
Rust
Raw Normal View History

2022-08-08 17:07:43 +00:00
//! Block device interface
/// Block device interface
pub trait BlockDevice {
// TODO
}