Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1d67e6501b8dba54ef8dcabebe2ad049b8ad0d67
/
.
/
include
/
asm-cris
/
hw_irq.h
blob: 341536a234e9ccd4e62cd4de8174821c450f4b5c [
file
] [
log
] [
blame
]
Mikael Starvik
2e0cea1d
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