//! Processor code. #[cfg(target_arch = "arm")] #[path = "_arch/arm/cpu.rs"] mod arch_cpu; pub use arch_cpu::{wait_forever}; mod boot;