pub(super) fn allocate_user_interrupt_all_saved(
handler: extern "C" fn(state: &mut InterruptAllSavedState),
) -> u8
Expand description
Puts the handler in the IDT and returns the interrupt/vector number
pub(super) fn allocate_user_interrupt_all_saved(
handler: extern "C" fn(state: &mut InterruptAllSavedState),
) -> u8
Puts the handler in the IDT and returns the interrupt/vector number