forked from AbleOS/ableos
5 lines
55 B
Rust
5 lines
55 B
Rust
|
pub trait Serial {
|
||
|
fn print();
|
||
|
fn recieve();
|
||
|
}
|