blob: 2aa7c5dc2c7f6d1131e482a27d58ff2931fdf709 [file] [log] [blame]
Dmitry Eremin-Solenikov543a07b2011-11-17 21:56:16 +04001#ifndef MPC85xx_H
2#define MPC85xx_H
Dmitry Eremin-Solenikov46d026a2011-11-17 21:56:17 +04003extern int mpc85xx_common_publish_devices(void);
4
Dmitry Eremin-Solenikov543a07b2011-11-17 21:56:16 +04005#ifdef CONFIG_CPM2
6extern void mpc85xx_cpm2_pic_init(void);
7#else
8static inline void __init mpc85xx_cpm2_pic_init(void) {}
9#endif /* CONFIG_CPM2 */
10
11#endif