Macro irq_if_impl

Source
macro_rules! irq_if_impl {
    ($name:ident) => { ... };
}
Expand description

Default implementation of axplat::irq::IrqIf using the GIC.