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

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