xref: /linux/arch/powerpc/platforms/512x/mpc5121_ads.h (revision eb01fe7abbe2d0b38824d2a93fdb4cc3eaf2ccc1)
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