mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
14 lines
229 B
C
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
|