aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/include/mach/ams-delta-fiq.h
diff options
context:
space:
mode:
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>2010-04-27 21:03:59 -0400
committerTony Lindgren <tony@atomide.com>2010-05-05 14:11:10 -0400
commit11f9562a423896b6ecd449d829a2f34e06594301 (patch)
tree4feece5e9a095c1e109c8845357f89817f24c356 /arch/arm/mach-omap1/include/mach/ams-delta-fiq.h
parent60c3bf3f1215453a4f30f0b91db7fd301d558693 (diff)
OMAP1: Amstrad Delta: add a handler for processing interruptsgenerated by the FIQ routine
This patch introduces an IRQ handler used for processing interrupts generated by the FIQ handler when it decides there are data ready for processing. The handler further invokes device specific interrupt routines based on interrupt source counters passed from the FIQ handler. The handler setup function is intended to be called from the board provided init_machine() callback. Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> [tony@atomide.com: Updated to include linux/io.h instead of plat/io.h Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/include/mach/ams-delta-fiq.h')
-rw-r--r--arch/arm/mach-omap1/include/mach/ams-delta-fiq.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/include/mach/ams-delta-fiq.h b/arch/arm/mach-omap1/include/mach/ams-delta-fiq.h
index 8dbe75b7b89..7a2df29400c 100644
--- a/arch/arm/mach-omap1/include/mach/ams-delta-fiq.h
+++ b/arch/arm/mach-omap1/include/mach/ams-delta-fiq.h
@@ -69,4 +69,11 @@
69 69
70#define FIQ_CIRC_BUFF 30 /*Start of circular buffer */ 70#define FIQ_CIRC_BUFF 30 /*Start of circular buffer */
71 71
72#ifndef __ASSEMBLER__
73extern unsigned int fiq_buffer[];
74extern unsigned char qwerty_fiqin_start, qwerty_fiqin_end;
75
76extern void __init ams_delta_init_fiq(void);
77#endif
78
72#endif 79#endif