X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh64%2Firq.h;h=1ca49e29288a04795cb93f1db7e89ee1fe540559;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=95056a0181d0f8cea3c22e0c315c3a317c9a197b;hpb=5fc42a6ed0ec81088c37caadb45898ae6cd0ad2c;p=linux-2.6.git diff --git a/include/asm-sh64/irq.h b/include/asm-sh64/irq.h index 95056a018..1ca49e292 100644 --- a/include/asm-sh64/irq.h +++ b/include/asm-sh64/irq.h @@ -12,7 +12,6 @@ * */ -#include /* * Encoded IRQs are not considered worth to be supported. @@ -83,11 +82,12 @@ #define IRQ_P2INTC (START_EXT_IRQS + (3*8) + 2) #define IRQ_P2INTD (START_EXT_IRQS + (3*8) + 3) -#define START_EXT_IRQS 64 - #define I8042_KBD_IRQ (START_EXT_IRQS + 2) #define I8042_AUX_IRQ (START_EXT_IRQS + 6) +#define IRQ_CFCARD (START_EXT_IRQS + 7) +#define IRQ_PCMCIA (0) + #else #define NR_EXT_IRQS 0 #endif