Go to the documentation of this file.
4 #ifndef _ARCH_ARM_HW_IRQ_H
5 #define _ARCH_ARM_HW_IRQ_H
15 #define IRQF_VALID (1 << 0)
16 #define IRQF_PROBE (1 << 1)
17 #define IRQF_NOAUTOEN (1 << 2)
19 #define ARCH_IRQ_INIT_FLAGS (IRQ_NOREQUEST | IRQ_NOPROBE)