Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
27a884dc3cb63b93c2b3b643f5b31eed5f8a4d26
/
.
/
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 */