aboutsummaryrefslogtreecommitdiff
path: root/src/machine/mod.rs
blob: 78fa73eaca26db26796e9f43f3d56432f1f5f9a0 (plain)
1
2
3
4
5
6
7
8
9
pub mod cgascr;
pub mod device_io;
pub mod interrupt;
pub mod key;
pub mod keyctrl;
pub mod mem;
pub mod plugbox;

// TODO: this module *should* be arch independent.