Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-sparc / irq.h
blobfe205cc444b889619e82612ac3ba7ed00302035a
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 #endif