blob: fe205cc444b889619e82612ac3ba7ed00302035a [file] [log] [blame]
David S. Miller0a808a32007-08-02 00:19:14 -07001/* irq.h: IRQ registers on the Sparc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 *
David S. Miller0a808a32007-08-02 00:19:14 -07003 * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 */
5
6#ifndef _SPARC_IRQ_H
7#define _SPARC_IRQ_H
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#include <linux/interrupt.h>
10
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#define NR_IRQS 16
12
13#define irq_canonicalize(irq) (irq)
14
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif