1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/ableos/src/driver_traits/device.rs
2021-11-16 00:09:27 -06:00

5 lines
53 B
Rust

pub trait Device {
fn probe();
fn reset();
}