Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
0004  *
0005  * Prototypes for MPC512x shared code
0006  */
0007 
0008 #ifndef __MPC512X_H__
0009 #define __MPC512X_H__
0010 extern void __init mpc512x_init_IRQ(void);
0011 extern void __init mpc512x_init_early(void);
0012 extern void __init mpc512x_init(void);
0013 extern void __init mpc512x_setup_arch(void);
0014 extern int __init mpc5121_clk_init(void);
0015 const char *__init mpc512x_select_psc_compat(void);
0016 const char *__init mpc512x_select_reset_compat(void);
0017 extern void __noreturn mpc512x_restart(char *cmd);
0018 
0019 #endif              /* __MPC512X_H__ */