repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CRYPTO] geode: Use correct encrypt/decrypt function in fallback
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-cris
/
irq.h
blob
998cce9f3200308dd6c87c5f23276e13709ae724
1
#ifndef _ASM_IRQ_H
2
#define _ASM_IRQ_H
3
4
#include <asm/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