aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/adc.h
blob: 5f85cf74d59d607f6bc5ef3fe5170e3f69e6b265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 */