i8259.h 377 B

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