Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright 2006 Freescale Semiconductor Inc.
0004  */
0005 
0006 #ifndef __MPC86XX_H__
0007 #define __MPC86XX_H__
0008 
0009 /*
0010  * Declaration for the various functions exported by the
0011  * mpc86xx_* files. Mostly for use by mpc86xx_setup().
0012  */
0013 
0014 extern void mpc86xx_smp_init(void);
0015 extern void mpc86xx_init_irq(void);
0016 extern long mpc86xx_time_init(void);
0017 extern int mpc86xx_common_publish_devices(void);
0018 
0019 #endif  /* __MPC86XX_H__ */