1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * arch/arm/mach-ebsa110/include/mach/irqs.h 4 * 5 * Copyright (C) 1996 Russell King 6 */ 7 8 #define NR_IRQS 8 9 10 #define IRQ_EBSA110_PRINTER 0 11 #define IRQ_EBSA110_COM1 1 12 #define IRQ_EBSA110_COM2 2 13 #define IRQ_EBSA110_ETHERNET 3 14 #define IRQ_EBSA110_TIMER0 4 15 #define IRQ_EBSA110_TIMER1 5 16 #define IRQ_EBSA110_PCMCIA 6 17 #define IRQ_EBSA110_IMMEDIATE 7 18