1 #[cfg(target_arch = "riscv64")] 2 pub mod riscv_intc; 3 #[cfg(target_arch = "riscv64")] 4 pub mod riscv_sifive_plic; 5