redox/arch/x86_64/src/device/mod.rs
2016-09-20 21:52:45 -06:00

6 lines
61 B
Rust

pub mod serial;
pub unsafe fn init(){
serial::init();
}