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

7 lines
93 B
Rust
Raw Normal View History

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