1
2
3
4
5
//! x86_64 specific devices.

pub mod apic;
pub mod serial;
pub mod timer;