Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
682e852e2638ed0aff84aa51181c9e5d2f939562
/
.
/
include
/
asm-cris
/
hw_irq.h
blob: 341536a234e9ccd4e62cd4de8174821c450f4b5c [
file
] [
log
] [
blame
]
Mikael Starvik
2e0cea1
2005-07-27 11:44:36 -0700
[
diff
] [
blame
]
1
#ifndef
_ASM_HW_IRQ_H
2
#define
_ASM_HW_IRQ_H
3
4
static
inline
void
hw_resend_irq
(
struct
hw_interrupt_type
*
h
,
unsigned
int
i
)
{}
5
6
#endif
7