pub const ONESHOT: usize = bindings::IRQF_ONESHOT as _; // 8_192usizeExpand description
Interrupt is not reenabled after the hardirq handler finished. Used by threaded interrupts which need to keep the irq line disabled until the threaded handler has been run.