repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: move shmem prototypes to shmem_fs.h
[linux/fpc-iii.git]
/
arch
/
cris
/
include
/
asm
/
irq.h
blob
ce0fcf540d622f03bc71b51429b309329a710ab4
1
#ifndef _ASM_IRQ_H
2
#define _ASM_IRQ_H
3
4
#include <arch/irq.h>
5
6
static
inline
int
irq_canonicalize
(
int
irq
)
7
{
8
return
irq
;
9
}
10
11
#endif
/* _ASM_IRQ_H */
12
13