]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/sh/include/asm/adc.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[linux-2.6-omap-h63xx.git] / arch / sh / include / asm / adc.h
1 #ifndef __ASM_ADC_H
2 #define __ASM_ADC_H
3 #ifdef __KERNEL__
4 /*
5  * Copyright (C) 2004  Andriy Skulysh
6  */
7
8 #include <cpu/adc.h>
9
10 int adc_single(unsigned int channel);
11
12 #endif /* __KERNEL__ */
13 #endif /* __ASM_ADC_H */