]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/sysdev/cpm2_pic.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / cpm2_pic.h
1 #ifndef _PPC_KERNEL_CPM2_H
2 #define _PPC_KERNEL_CPM2_H
3
4 extern intctl_cpm2_t *cpm2_intctl;
5
6 extern unsigned int cpm2_get_irq(struct pt_regs *regs);
7
8 extern void cpm2_pic_init(struct device_node*);
9
10 #endif /* _PPC_KERNEL_CPM2_H */