xref: /linux/arch/powerpc/platforms/512x/mpc5121_ads.h (revision 48dea9a700c8728cc31a1dd44588b97578de86ee)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2008 Freescale Semiconductor, Inc. All rights reserved.
4  *
5  * Prototypes for ADS5121 specific code
6  */
7 
8 #ifndef __MPC512ADS_H__
9 #define __MPC512ADS_H__
10 extern void __init mpc5121_ads_cpld_map(void);
11 extern void __init mpc5121_ads_cpld_pic_init(void);
12 #endif				/* __MPC512ADS_H__ */
13