This moves the cpm2 common code and PIC stuff to the powerpc. Most of the files were just copied from ppc/, with minor tuning to make it compile, and, subsequently, work. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
8 lines
184 B
C
8 lines
184 B
C
#ifndef _PPC_KERNEL_CPM2_H
|
|
#define _PPC_KERNEL_CPM2_H
|
|
|
|
extern int cpm2_get_irq(struct pt_regs *regs);
|
|
|
|
extern void cpm2_pic_init(struct device_node*);
|
|
|
|
#endif /* _PPC_KERNEL_CPM2_H */
|