5 lines
115 B
Rust

//! Power-management related device drivers
#[cfg(any(target_arch = "aarch64", rust_analyzer))]
pub mod arm_psci;