Type Alias mycelium_kernel::arch::interrupt::Isr

source ·
pub type Isr<T> = extern "x86-interrupt" fn(_: &mut Context<'_, T>);
Expand description

An interrupt service routine.