Luna/moon/src/arch/mod.rs

6 lines
88 B
Rust

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