Type Alias LocalInterruptHandler

Source
pub type LocalInterruptHandler = fn(cpu_id: CpuId, interrupt_type: LocalInterruptType) -> InterruptResult<()>;
Expand description

Handler function type for local interrupts (timer, software)