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