Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
390c684367de37e1c2f9005cf92f7a746c69fdd3
/
.
/
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