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

#ifndef __SOC_ROCKCHIP_RK3399_SARADC_H__
#define __SOC_ROCKCHIP_RK3399_SARADC_H__

u32 get_saradc_value(u32 chn);
#endif