repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kprobes: improve kretprobe scalability with hashed locking
[linux-2.6/mini2440.git]
/
include
/
asm-sparc
/
irq_32.h
blob
fe205cc444b889619e82612ac3ba7ed00302035a
1
/* 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
15
#endif