diff options
Diffstat (limited to 'include/asm-sh/adc.h')
-rw-r--r-- | include/asm-sh/adc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-sh/adc.h b/include/asm-sh/adc.h new file mode 100644 index 0000000..5f85cf7 --- /dev/null +++ b/include/asm-sh/adc.h @@ -0,0 +1,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 */ |