powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / arch / powerpc / platforms / 85xx / mpc85xx.h
blob39056f6befeba8ef5cbeb025ed1cf13adce7ee4d
1 #ifndef MPC85xx_H
2 #define MPC85xx_H
3 extern int mpc85xx_common_publish_devices(void);
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 */
11 #ifdef CONFIG_QUICC_ENGINE
12 extern void mpc85xx_qe_init(void);
13 extern void mpc85xx_qe_par_io_init(void);
14 #else
15 static inline void __init mpc85xx_qe_init(void) {}
16 static inline void __init mpc85xx_qe_par_io_init(void) {}
17 #endif
19 #endif