Function create_syscall_interrupt

Source
pub fn create_syscall_interrupt(
    handler: extern "C" fn(state: &mut InterruptAllSavedState),
)