X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Fsyslib%2Fcpm2_pic.h;h=467339337a78f213be4cdf4c548a83ec69e6f809;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=d05003b091f53139501ae59334eac7fa35d4ef49;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/arch/ppc/syslib/cpm2_pic.h b/arch/ppc/syslib/cpm2_pic.h index d05003b09..467339337 100644 --- a/arch/ppc/syslib/cpm2_pic.h +++ b/arch/ppc/syslib/cpm2_pic.h @@ -1,7 +1,8 @@ #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); +extern int cpm2_get_irq(void); + +extern void cpm2_init_IRQ(void); #endif /* _PPC_KERNEL_CPM2_H */