Function create_scheduler_interrupt

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