pub const IRQPOLL: usize = bindings::IRQF_IRQPOLL as _; // 4_096usize
Expand description

Interrupt is used for polling (only the interrupt that is registered first in a shared interrupt is considered for performance reasons).