Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sh / adc.h
blob5f85cf74d59d607f6bc5ef3fe5170e3f69e6b265
1 #ifndef __ASM_ADC_H
2 #define __ASM_ADC_H
3 #ifdef __KERNEL__
4 /*
5 * Copyright (C) 2004 Andriy Skulysh
6 */
8 #include <asm/cpu/adc.h>
10 int adc_single(unsigned int channel);
12 #endif /* __KERNEL__ */
13 #endif /* __ASM_ADC_H */