macro_rules! irq_if_impl {
($name:ident) => { ... };
}Expand description
Default implementation of axplat::irq::IrqIf using the GIC.
macro_rules! irq_if_impl {
($name:ident) => { ... };
}Default implementation of axplat::irq::IrqIf using the GIC.