XmPciLpEvent.h 248 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#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__ */