Files
CoolPi-Armbian-Rockchip-RK3…/arch/powerpc/platforms/512x/mpc5121_ads.h
2025-02-04 12:41:12 -06:00

13 lines
351 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2008 Freescale Semiconductor, Inc. All rights reserved.
*
* Prototypes for ADS5121 specific code
*/
#ifndef __MPC512ADS_H__
#define __MPC512ADS_H__
extern void __init mpc5121_ads_cpld_map(void);
extern void __init mpc5121_ads_cpld_pic_init(void);
#endif /* __MPC512ADS_H__ */