blob: ea43057d47633164b0100367a01f4c9f3ff67e12 [file] [log] [blame]
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07001/* irq.h: IRQ registers on the Sparc.
2 *
3 * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
4 */
5
6#ifndef _SPARC_IRQ_H
7#define _SPARC_IRQ_H
8
9#include <linux/interrupt.h>
10
11#define NR_IRQS 16
12
13#define irq_canonicalize(irq) (irq)
14
Sam Ravnborg81265fd2008-12-08 01:08:24 -080015extern void __init init_IRQ(void);
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070016#endif