sparc32: Kill totally unused memory information tables.
[deliverable/linux.git] / include / asm-sparc / irq.h
CommitLineData
0a808a31 1/* irq.h: IRQ registers on the Sparc.
1da177e4 2 *
0a808a31 3 * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
1da177e4
LT
4 */
5
6#ifndef _SPARC_IRQ_H
7#define _SPARC_IRQ_H
8
1da177e4
LT
9#include <linux/interrupt.h>
10
1da177e4
LT
11#define NR_IRQS 16
12
13#define irq_canonicalize(irq) (irq)
14
1da177e4 15#endif
This page took 0.450322 seconds and 5 git commands to generate.