Sign in
nest-open-source
/
manifest_repos
/
kernel_device_modules-5.15
/
caa2bfab64e7d490f85a238183a273f5e2fe4ec7
/
.
/
drivers
/
misc
/
mediatek
/
eccci
/
ccci_auxadc.h
blob: a7617b83b16f33e5f04d799350530d6f4e9b5493 [
file
]
/* 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