18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright 2006 Freescale Semiconductor Inc. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __MPC86XX_H__ 78c2ecf20Sopenharmony_ci#define __MPC86XX_H__ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci/* 108c2ecf20Sopenharmony_ci * Declaration for the various functions exported by the 118c2ecf20Sopenharmony_ci * mpc86xx_* files. Mostly for use by mpc86xx_setup(). 128c2ecf20Sopenharmony_ci */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciextern void mpc86xx_smp_init(void); 158c2ecf20Sopenharmony_ciextern void mpc86xx_init_irq(void); 168c2ecf20Sopenharmony_ciextern long mpc86xx_time_init(void); 178c2ecf20Sopenharmony_ciextern int mpc86xx_common_publish_devices(void); 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* __MPC86XX_H__ */ 20