redox/src/arch/mod.rs

5 lines
80 B
Rust
Raw Normal View History

2016-08-14 02:21:46 +02:00
//! Architecture specific items
#[cfg(target_arch = "x86_64")]
pub mod x86_64;