forked from AbleOS/ableos
7 lines
93 B
Rust
7 lines
93 B
Rust
|
//! Block device interface
|
||
|
|
||
|
/// Block device interface
|
||
|
pub trait BlockDevice {
|
||
|
// TODO
|
||
|
}
|