bootproof/src/arch/mod.rs

3 lines
45 B
Rust
Raw Normal View History

2020-07-17 16:51:24 -07:00
#[cfg(target_arch="x86_64")]
pub mod x86_64;