Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cdfc8f5079fdd18f6cb8097aa4235704d1155ec5
/
.
/
include
/
asm-v850
/
hw_irq.h
blob: 4bdc98edb9f854b01018bd8fe259ed0f1f6caf6e [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
__V850_HW_IRQ_H__
2
#define
__V850_HW_IRQ_H__
3
4
extern
inline
void
hw_resend_irq
(
struct
hw_interrupt_type
*
h
,
unsigned
int
i
)
5
{
6
}
7
8
#endif
/* __V850_HW_IRQ_H__ */