Luna/moon/src/arch/cpu.rs

2 lines
62 B
Rust
Raw Normal View History

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