RS485: fix inconsistencies in the meaning of some variables
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sparc / include / asm / irq_32.h
blob2ae3acaeb1b31980d0fa0247de7de7912f4e5389
1 /* irq.h: IRQ registers on the Sparc.
3 * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
4 */
6 #ifndef _SPARC_IRQ_H
7 #define _SPARC_IRQ_H
9 /* Allocated number of logical irq numbers.
10 * sun4d boxes (ss2000e) should be OK with ~32.
11 * Be on the safe side and make room for 64
13 #define NR_IRQS 64
15 #include <linux/interrupt.h>
17 #define irq_canonicalize(irq) (irq)
19 extern void __init init_IRQ(void);
21 #define NO_IRQ 0xffffffff
23 #endif