pub type LocalInterruptHandler = fn(cpu_id: CpuId, interrupt_type: LocalInterruptType) -> InterruptResult<()>;Expand description
Handler function type for local interrupts (timer, software)
pub type LocalInterruptHandler = fn(cpu_id: CpuId, interrupt_type: LocalInterruptType) -> InterruptResult<()>;Handler function type for local interrupts (timer, software)