blob: 4936627b26d099bb92443ebded70745cce2bd1f0 (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef __XMPCILPEVENT_H__
#define __XMPCILPEVENT_H__
extern int XmPciLpEvent_init(void);
extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
#endif /* __XMPCILPEVENT_H__ */
|