aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib/cpm2_pic.h
blob: d05003b091f53139501ae59334eac7fa35d4ef49 (plain)
1
2
3
4
5
6
7
#ifndef _PPC_KERNEL_CPM2_H
#define _PPC_KERNEL_CPM2_H

extern struct hw_interrupt_type cpm2_pic;
extern int cpm2_get_irq(struct pt_regs *regs);

#endif /* _PPC_KERNEL_CPM2_H */