xref: /openbmc/linux/arch/sh/include/asm/adc.h (revision f15cbe6f)
1f15cbe6fSPaul Mundt #ifndef __ASM_ADC_H
2f15cbe6fSPaul Mundt #define __ASM_ADC_H
3f15cbe6fSPaul Mundt #ifdef __KERNEL__
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 /* __KERNEL__ */
13f15cbe6fSPaul Mundt #endif /* __ASM_ADC_H */
14