linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-arm / arch-at91rm9200 / irqs.h
index f63842c..27b0497 100644 (file)
  * symbols in gpio.h for ones handled indirectly as GPIOs.
  * We make provision for 4 banks of GPIO.
  */
+#include <asm/arch/gpio.h>
+
 #define        NR_IRQS         (NR_AIC_IRQS + (4 * 32))
 
+
+#ifndef __ASSEMBLY__
+/*
+ * Initialize the IRQ controller.
+ */
+extern void at91rm9200_init_irq(unsigned int priority[]);
+#endif
+
 #endif