]> Git Repo - J-linux.git/blob - arch/sparc/include/asm/irq_32.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / sparc / include / asm / irq_32.h
1 /* irq.h: IRQ registers on the Sparc.
2  *
3  * Copyright (C) 1995, 2007 David S. Miller ([email protected])
4  */
5
6 #ifndef _SPARC_IRQ_H
7 #define _SPARC_IRQ_H
8
9 #define NR_IRQS    16
10
11 #include <linux/interrupt.h>
12
13 #define irq_canonicalize(irq)   (irq)
14
15 extern void __init init_IRQ(void);
16 #endif
This page took 0.02494 seconds and 4 git commands to generate.