//! # Processor code. #[cfg(target_arch = "arm")] #[path = "../_arch/arm/cpu.rs"] mod arch_cpu; mod boot; /// # Low-level bindings /// /// Re-export low-level bindings pub use arch_cpu::*;