2019-05-27 08:55:01 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2006-06-17 17:52:45 -05:00
|
|
|
/*
|
|
|
|
|
* Copyright 2006 Freescale Semiconductor Inc.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __MPC86XX_H__
|
|
|
|
|
#define __MPC86XX_H__
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Declaration for the various functions exported by the
|
|
|
|
|
* mpc86xx_* files. Mostly for use by mpc86xx_setup().
|
|
|
|
|
*/
|
|
|
|
|
|
2008-07-02 11:46:20 -05:00
|
|
|
extern void mpc86xx_smp_init(void);
|
|
|
|
|
extern void mpc86xx_init_irq(void);
|
2016-02-11 15:38:46 +01:00
|
|
|
extern long mpc86xx_time_init(void);
|
|
|
|
|
extern int mpc86xx_common_publish_devices(void);
|
2006-06-17 17:52:45 -05:00
|
|
|
|
|
|
|
|
#endif /* __MPC86XX_H__ */
|