i8259.h 245 B

1234567891011
  1. #ifndef _PPC_KERNEL_i8259_H
  2. #define _PPC_KERNEL_i8259_H
  3. #include <linux/irq.h>
  4. extern struct hw_interrupt_type i8259_pic;
  5. extern void i8259_init(long intack_addr);
  6. extern int i8259_irq(struct pt_regs *regs);
  7. #endif /* _PPC_KERNEL_i8259_H */