Dmitry Eremin-Solenikov | 543a07b | 2011-11-17 21:56:16 +0400 | [diff] [blame] | 1 | #ifndef MPC85xx_H |
2 | #define MPC85xx_H | ||||
Dmitry Eremin-Solenikov | 46d026a | 2011-11-17 21:56:17 +0400 | [diff] [blame] | 3 | extern int mpc85xx_common_publish_devices(void); |
4 | |||||
Dmitry Eremin-Solenikov | 543a07b | 2011-11-17 21:56:16 +0400 | [diff] [blame] | 5 | #ifdef CONFIG_CPM2 |
6 | extern void mpc85xx_cpm2_pic_init(void); | ||||
7 | #else | ||||
8 | static inline void __init mpc85xx_cpm2_pic_init(void) {} | ||||
9 | #endif /* CONFIG_CPM2 */ | ||||
10 | |||||
11 | #endif |