Luna/moon/src/arch/mod.rs

4 lines
56 B
Rust
Raw Normal View History

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