pub const NO_SUSPEND: usize = bindings::IRQF_NO_SUSPEND as _; // 16_384usize
Expand description

Do not disable this IRQ during suspend. Does not guarantee that this interrupt will wake the system from a suspended state.

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