1
0
Fork 0
alistair23-linux/arch/sparc/include/asm/irq_32.h

20 lines
316 B
C

/* 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
#define NR_IRQS 16
#include <linux/interrupt.h>
#define irq_canonicalize(irq) (irq)
extern void __init init_IRQ(void);
#define NO_IRQ 0xffffffff
#endif