aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32/irq.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2008-02-24 14:09:25 +0100
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-04-19 20:40:07 -0400
commit46acb55b4b745256a33b2eaeb6d21fffdb091745 (patch)
tree9e0468d9b49b7d12bf8ec7acfafcd568e0dd212b /include/asm-avr32/irq.h
parent62c6df62f9575cffd673bfc395270e6896a12a60 (diff)
avr32: Delete mostly unused header asm/intc.h
Move the only thing that was actually implemented and used in asm/intc.h, intc_get_pending(), into asm/irq.h and delete asm/intc.h Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/irq.h')
-rw-r--r--include/asm-avr32/irq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-avr32/irq.h b/include/asm-avr32/irq.h
index 9315724c059..c563b7720c1 100644
--- a/include/asm-avr32/irq.h
+++ b/include/asm-avr32/irq.h
@@ -14,6 +14,11 @@
#ifndef __ASSEMBLER__
int nmi_enable(void);
void nmi_disable(void);
+
+/*
+ * Returns a bitmask of pending interrupts in a group.
+ */
+extern unsigned long intc_get_pending(unsigned int group);
#endif
#endif /* __ASM_AVR32_IOCTLS_H */