mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
ed943c1fab
This has modules of common directories related to the mpc8272ADS board, mainly common cpm2 changes and fsl_soc.c portions related to the bitbang MDIO and other mechanisms specific for this family. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
11 lines
229 B
C
11 lines
229 B
C
#ifndef _PPC_KERNEL_CPM2_H
|
|
#define _PPC_KERNEL_CPM2_H
|
|
|
|
extern intctl_cpm2_t *cpm2_intctl;
|
|
|
|
extern unsigned int cpm2_get_irq(struct pt_regs *regs);
|
|
|
|
extern void cpm2_pic_init(struct device_node*);
|
|
|
|
#endif /* _PPC_KERNEL_CPM2_H */
|