summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288/include/soc/tsadc.h
blob: 1327cf55dcc12fe9831899291bffb7f9b419d05e (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __SOC_ROCKCHIP_RK3288_TSADC_H__
#define __SOC_ROCKCHIP_RK3288_TSADC_H__

void tsadc_init(void);

#endif