XmPciLpEvent.h 248 B

123456789101112131415
  1. #ifndef __XMPCILPEVENT_H__
  2. #define __XMPCILPEVENT_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int XmPciLpEvent_init(void);
  7. void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif /* __XMPCILPEVENT_H__ */