jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
[linux/fpc-iii.git] / arch / sparc / include / asm / irq_32.h
blobea43057d47633164b0100367a01f4c9f3ff67e12
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 #include <linux/interrupt.h>
11 #define NR_IRQS 16
13 #define irq_canonicalize(irq) (irq)
15 extern void __init init_IRQ(void);
16 #endif