forked from AbleOS/ableos
5 lines
53 B
Rust
5 lines
53 B
Rust
pub trait Device {
|
|
fn probe();
|
|
fn reset();
|
|
}
|