aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/irq_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/irq_32.h')
-rw-r--r--include/asm-sparc/irq_32.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asm-sparc/irq_32.h b/include/asm-sparc/irq_32.h
new file mode 100644
index 000000000000..fe205cc444b8
--- /dev/null
+++ b/include/asm-sparc/irq_32.h
@@ -0,0 +1,15 @@
+/* irq.h: IRQ registers on the Sparc.
+ *
+ * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
+ */
+
+#ifndef _SPARC_IRQ_H
+#define _SPARC_IRQ_H
+
+#include <linux/interrupt.h>
+
+#define NR_IRQS 16
+
+#define irq_canonicalize(irq) (irq)
+
+#endif