WIP FPC-III support
[linux/fpc-iii.git] / arch / powerpc / platforms / 86xx / mpc86xx.h
blob61e52c757e7f586c61a6f22432a4359d5d6160f0
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright 2006 Freescale Semiconductor Inc.
4 */
6 #ifndef __MPC86XX_H__
7 #define __MPC86XX_H__
9 /*
10 * Declaration for the various functions exported by the
11 * mpc86xx_* files. Mostly for use by mpc86xx_setup().
14 extern void mpc86xx_smp_init(void);
15 extern void mpc86xx_init_irq(void);
16 extern long mpc86xx_time_init(void);
17 extern int mpc86xx_common_publish_devices(void);
19 #endif /* __MPC86XX_H__ */