Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-ppc64
/
iSeries
/
XmPciLpEvent.h
blob: a3d27f116e4925881d17fce6b26e6d8c7ad95cb5 [
file
] [
log
] [
blame
]
#ifndef
__XMPCILPEVENT_H__
#define
__XMPCILPEVENT_H__
#ifdef
__cplusplus
extern
"C"
{
#endif
int
XmPciLpEvent_init
(
void
);
void
ppc_irq_dispatch_handler
(
struct
pt_regs
*
regs
,
int
irq
);
#ifdef
__cplusplus
}
#endif
#endif
/* __XMPCILPEVENT_H__ */