1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/ableos/src/driver_traits/serial.rs

5 lines
55 B
Rust
Raw Normal View History

2021-11-16 00:09:27 -06:00
pub trait Serial {
fn print();
fn recieve();
}