18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef MPC85xx_H 38c2ecf20Sopenharmony_ci#define MPC85xx_H 48c2ecf20Sopenharmony_ciextern int mpc85xx_common_publish_devices(void); 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifdef CONFIG_CPM2 78c2ecf20Sopenharmony_ciextern void mpc85xx_cpm2_pic_init(void); 88c2ecf20Sopenharmony_ci#else 98c2ecf20Sopenharmony_cistatic inline void __init mpc85xx_cpm2_pic_init(void) {} 108c2ecf20Sopenharmony_ci#endif /* CONFIG_CPM2 */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#ifdef CONFIG_QUICC_ENGINE 138c2ecf20Sopenharmony_ciextern void mpc85xx_qe_par_io_init(void); 148c2ecf20Sopenharmony_ci#else 158c2ecf20Sopenharmony_cistatic inline void __init mpc85xx_qe_par_io_init(void) {} 168c2ecf20Sopenharmony_ci#endif 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 19