5 lines
80 B
Rust
5 lines
80 B
Rust
![]() |
//! Architecture specific items
|
||
|
|
||
|
#[cfg(target_arch = "x86_64")]
|
||
|
pub mod x86_64;
|