]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-at91/irqs.h
netdrv: don't truncate VLAN TCI with VLAN stripping
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-at91 / irqs.h
index 1ffa3bb9a9c17c058d826a0d7f63674bf507b7c0..70b1216dce5dad3718b04fc1fa44b3d8a3810893 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef __ASM_ARCH_IRQS_H
 #define __ASM_ARCH_IRQS_H
 
+#include <asm/io.h>
 #include <asm/arch/at91_aic.h>
 
 #define NR_AIC_IRQS 32
@@ -41,4 +42,7 @@
  */
 #define        NR_IRQS         (NR_AIC_IRQS + (5 * 32))
 
+/* FIQ is AIC source 0. */
+#define FIQ_START AT91_ID_FIQ
+
 #endif