Type Alias rstubs::arch::int::idt::DivergingHandlerFuncWithErrCode

source ยท
pub type DivergingHandlerFuncWithErrCode = unsafe extern "x86-interrupt" fn(_: InterruptStack, error_code: u32) -> !;
Expand description

A handler function with an error code that must not return, e.g. for a double fault exception.