Type Definition abyss::x86_64::interrupt::Handler

source ·
pub type Handler = unsafe extern "x86-interrupt" fn(_: &mut InterruptStackFrame);
Expand description

Normal handler without error code.