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

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