mpc8xx_pic.h 254 B

123456789101112
  1. #ifndef _PPC_KERNEL_MPC8xx_H
  2. #define _PPC_KERNEL_MPC8xx_H
  3. #include <linux/irq.h>
  4. #include <linux/interrupt.h>
  5. extern struct hw_interrupt_type mpc8xx_pic;
  6. int mpc8xx_pic_init(void);
  7. unsigned int mpc8xx_get_irq(void);
  8. #endif /* _PPC_KERNEL_PPC8xx_H */