Skip to main content

ax_cpu/
interrupt.rs

1//! CPU-local interrupt control.
2
3pub use crate::arch::current::interrupt::*;