WIP FPC-III support
[linux/fpc-iii.git] / arch / powerpc / platforms / 85xx / smp.h
blob3936ff6dfbdbee24c5195355fba65597e5197764
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef POWERPC_85XX_SMP_H_
3 #define POWERPC_85XX_SMP_H_ 1
5 #include <linux/init.h>
7 #ifdef CONFIG_SMP
8 void __init mpc85xx_smp_init(void);
9 int __init mpc85xx_setup_pmc(void);
10 #else
11 static inline void mpc85xx_smp_init(void)
13 /* Nothing to do */
15 #endif
17 #endif /* not POWERPC_85XX_SMP_H_ */