mycelium_kernel::arch::interrupt

Type Alias Isr

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

An interrupt service routine.