2 * linux/include/asm-arm/arch-nexuspci/irqs.h
4 * Copyright (C) 1997, 1998 Philip Blundell
7 /* Most of the IRQ sources can generate both FIQs and IRQs.
8 The exceptions to this are the DUART, which can only generate IRQs,
9 and the PLX SYSERR output, which can only generate FIQs. We route
10 both FIQs and IRQs through the generic IRQ handling system and the
11 choice by the driver of which to use is basically an arbitrary one. */
13 #define TREAT_FIQS_AS_IRQS
29 /* timer is part of the DUART */
30 #define IRQ_TIMER IRQ_DUART
32 #define irq_cannonicalize(i) (i)