pub const NO_AUTOEN: usize = bindings::IRQF_NO_AUTOEN as _; // 524_288usize
Expand description

Don’t enable IRQ or NMI automatically when users request it. Users will enable it explicitly by enable_irq or enable_nmi later.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.