xref: /openbmc/linux/arch/sh/include/asm/adc.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef __ASM_ADC_H
3f15cbe6fSPaul Mundt #define __ASM_ADC_H
4f15cbe6fSPaul Mundt #ifdef __KERNEL__
5f15cbe6fSPaul Mundt /*
6f15cbe6fSPaul Mundt  * Copyright (C) 2004  Andriy Skulysh
7f15cbe6fSPaul Mundt  */
8f15cbe6fSPaul Mundt 
9f15cbe6fSPaul Mundt #include <cpu/adc.h>
10f15cbe6fSPaul Mundt 
11f15cbe6fSPaul Mundt int adc_single(unsigned int channel);
12f15cbe6fSPaul Mundt 
13f15cbe6fSPaul Mundt #endif /* __KERNEL__ */
14f15cbe6fSPaul Mundt #endif /* __ASM_ADC_H */
15