cpm2_pic.h 169 B

12345678
  1. #ifndef _PPC_KERNEL_CPM2_H
  2. #define _PPC_KERNEL_CPM2_H
  3. extern int cpm2_get_irq(struct pt_regs *regs);
  4. extern void cpm2_init_IRQ(void);
  5. #endif /* _PPC_KERNEL_CPM2_H */