i8259.h 335 B

123456789101112
  1. #ifndef _ASM_POWERPC_I8259_H
  2. #define _ASM_POWERPC_I8259_H
  3. #include <linux/irq.h>
  4. extern struct hw_interrupt_type i8259_pic;
  5. extern void i8259_init(unsigned long intack_addr, int offset);
  6. extern int i8259_irq(struct pt_regs *regs);
  7. extern int i8259_irq_cascade(struct pt_regs *regs, void *unused);
  8. #endif /* _ASM_POWERPC_I8259_H */