162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Prototypes for MPC512x shared code
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef __MPC512X_H__
962306a36Sopenharmony_ci#define __MPC512X_H__
1062306a36Sopenharmony_ciextern void __init mpc512x_init_IRQ(void);
1162306a36Sopenharmony_ciextern void __init mpc512x_init_early(void);
1262306a36Sopenharmony_ciextern void __init mpc512x_init(void);
1362306a36Sopenharmony_ciextern void __init mpc512x_setup_arch(void);
1462306a36Sopenharmony_ciextern int __init mpc5121_clk_init(void);
1562306a36Sopenharmony_ciconst char *__init mpc512x_select_psc_compat(void);
1662306a36Sopenharmony_ciextern void __noreturn mpc512x_restart(char *cmd);
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif				/* __MPC512X_H__ */
19