pub(super) fn allocate_basic_user_interrupt(
handler: extern "x86-interrupt" fn(frame: InterruptStackFrame64),
) -> u8
Expand description
Puts the handler in the IDT and returns the interrupt/vector number
pub(super) fn allocate_basic_user_interrupt(
handler: extern "x86-interrupt" fn(frame: InterruptStackFrame64),
) -> u8
Puts the handler in the IDT and returns the interrupt/vector number