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__
10extern void __init mpc5121_ads_cpld_map(void);
11extern void __init mpc5121_ads_cpld_pic_init(void);
12#endif				/* __MPC512ADS_H__ */
13