GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sparc / include / asm / irq_32.h
blobcbf4801deaafc9c9bbb3cb11a3383c5e209a240d
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 #define NR_IRQS 16
11 #include <linux/interrupt.h>
13 #define irq_canonicalize(irq) (irq)
15 extern void __init init_IRQ(void);
16 #endif