Luna/moon/src/arch/cpu.rs

2 lines
62 B
Rust

#![cfg(target_arch = "x86_64")]
pub use super::x86_64::cpu::*;