Luna/moon/src/arch/mod.rs
2022-10-31 17:32:33 +01:00

5 lines
68 B
Rust

pub mod cpu;
pub mod io;
#[cfg(target_arch = "x86_64")]
mod x86_64;