pmac_pic.h 245 B

1234567891011
  1. #ifndef __PPC_PLATFORMS_PMAC_PIC_H
  2. #define __PPC_PLATFORMS_PMAC_PIC_H
  3. #include <linux/irq.h>
  4. extern struct hw_interrupt_type pmac_pic;
  5. void pmac_pic_init(void);
  6. int pmac_get_irq(struct pt_regs *regs);
  7. #endif /* __PPC_PLATFORMS_PMAC_PIC_H */