1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-16 03:59:21 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

14 lines
229 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2019 MediaTek Inc.
*/
#ifndef __CCCI_MD_AUXADC__
#define __CCCI_MD_AUXADC__
int ccci_get_adc_num(void);
int ccci_get_adc_val(void);
int ccci_get_adc_mV(void);
#endif