/arch/ppc/syslib/cpm2_pic.h

https://bitbucket.org/evzijst/gittest · C Header · 8 lines · 5 code · 3 blank · 0 comment · 0 complexity · 63b50099f8a2e70ac90e9ed95f379dc1 MD5 · raw file

  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 */