162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2008 Freescale Semiconductor, Inc. All rights reserved. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Prototypes for ADS5121 specific code 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __MPC512ADS_H__ 962306a36Sopenharmony_ci#define __MPC512ADS_H__ 1062306a36Sopenharmony_ciextern void __init mpc5121_ads_cpld_map(void); 1162306a36Sopenharmony_ciextern void __init mpc5121_ads_cpld_pic_init(void); 1262306a36Sopenharmony_ci#endif /* __MPC512ADS_H__ */ 13