Skip to content

Commit

Permalink
genirq: Document IRQCHIP_ONESHOT_SAFE flag
Browse files Browse the repository at this point in the history
Add missing documentation of the flag.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Mar 14, 2014
1 parent 09504a7 commit 4f6e4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ struct irq_chip {
* IRQCHIP_ONOFFLINE_ENABLED: Only call irq_on/off_line callbacks
* when irq enabled
* IRQCHIP_SKIP_SET_WAKE: Skip chip.irq_set_wake(), for this irq chip
* IRQCHIP_ONESHOT_SAFE: One shot does not require mask/unmask
*/
enum {
IRQCHIP_SET_TYPE_MASKED = (1 << 0),
Expand Down

0 comments on commit 4f6e4f7

Please sign in to comment.