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

extern int cpm2_get_irq(struct pt_regs *regs);

extern void cpm2_init_IRQ(void);

#endif /* _PPC_KERNEL_CPM2_H */