diff options
author | Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 2008-11-14 05:01:39 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-16 08:58:43 -0500 |
commit | d7927e19167680053f282fb4007e81c244ebf465 (patch) | |
tree | e2a7fd3b826808eebe290f169c0e41ee58cd3c01 /arch/arm/plat-mxc/include | |
parent | bd006a9bfedadf1ed1af0393852d1e0101c39901 (diff) |
patch-mxc-fiq
Drivers which are going to use it will have to select it and use
mxc_set_irq_fiq() to set FIQ mode for this interrupt.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/irqs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/irqs.h b/arch/arm/plat-mxc/include/mach/irqs.h index b55bba35e18a..b8ac91608a4f 100644 --- a/arch/arm/plat-mxc/include/mach/irqs.h +++ b/arch/arm/plat-mxc/include/mach/irqs.h | |||
@@ -14,4 +14,9 @@ | |||
14 | #include <mach/hardware.h> | 14 | #include <mach/hardware.h> |
15 | extern void imx_irq_set_priority(unsigned char irq, unsigned char prio); | 15 | extern void imx_irq_set_priority(unsigned char irq, unsigned char prio); |
16 | 16 | ||
17 | /* all normal IRQs can be FIQs */ | ||
18 | #define FIQ_START 0 | ||
19 | /* switch betwean IRQ and FIQ */ | ||
20 | extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type); | ||
21 | |||
17 | #endif /* __ASM_ARCH_MXC_IRQS_H__ */ | 22 | #endif /* __ASM_ARCH_MXC_IRQS_H__ */ |