Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ec4f32d550b94b4b66c9c7689bc09c6b32c8e82e
/
.
/
include
/
asm-sh
/
adc.h
blob: 5f85cf74d59d607f6bc5ef3fe5170e3f69e6b265 [
file
] [
log
] [
blame
]
#ifndef
__ASM_ADC_H
#define
__ASM_ADC_H
#ifdef
__KERNEL__
/*
* Copyright (C) 2004 Andriy Skulysh
*/
#include
<asm/cpu/adc.h>
int
adc_single
(
unsigned
int
channel
);
#endif
/* __KERNEL__ */
#endif
/* __ASM_ADC_H */