12874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 24ca4b627SJon Loeliger /* 34ca4b627SJon Loeliger * Copyright 2006 Freescale Semiconductor Inc. 44ca4b627SJon Loeliger */ 54ca4b627SJon Loeliger 64ca4b627SJon Loeliger #ifndef __MPC86XX_H__ 74ca4b627SJon Loeliger #define __MPC86XX_H__ 84ca4b627SJon Loeliger 94ca4b627SJon Loeliger /* 104ca4b627SJon Loeliger * Declaration for the various functions exported by the 114ca4b627SJon Loeliger * mpc86xx_* files. Mostly for use by mpc86xx_setup(). 124ca4b627SJon Loeliger */ 134ca4b627SJon Loeliger 1498384c6cSKumar Gala extern void mpc86xx_smp_init(void); 1598384c6cSKumar Gala extern void mpc86xx_init_irq(void); 164f9d6e95SAlessio Igor Bogani extern long mpc86xx_time_init(void); 174f9d6e95SAlessio Igor Bogani extern int mpc86xx_common_publish_devices(void); 184ca4b627SJon Loeliger 194ca4b627SJon Loeliger #endif /* __MPC86XX_H__ */ 20