18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Prototypes for MPC512x shared code
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef __MPC512X_H__
98c2ecf20Sopenharmony_ci#define __MPC512X_H__
108c2ecf20Sopenharmony_ciextern void __init mpc512x_init_IRQ(void);
118c2ecf20Sopenharmony_ciextern void __init mpc512x_init_early(void);
128c2ecf20Sopenharmony_ciextern void __init mpc512x_init(void);
138c2ecf20Sopenharmony_ciextern void __init mpc512x_setup_arch(void);
148c2ecf20Sopenharmony_ciextern int __init mpc5121_clk_init(void);
158c2ecf20Sopenharmony_ciextern const char *mpc512x_select_psc_compat(void);
168c2ecf20Sopenharmony_ciextern const char *mpc512x_select_reset_compat(void);
178c2ecf20Sopenharmony_ciextern void __noreturn mpc512x_restart(char *cmd);
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif				/* __MPC512X_H__ */
20