Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_ADC_H |
2 | #define __ASM_ADC_H | ||||
3 | #ifdef __KERNEL__ | ||||
4 | /* | ||||
5 | * Copyright (C) 2004 Andriy Skulysh | ||||
6 | */ | ||||
7 | |||||
Paul Mundt | f15cbe6 | 2008-07-29 08:09:44 +0900 | [diff] [blame] | 8 | #include <cpu/adc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
10 | int adc_single(unsigned int channel); | ||||
11 | |||||
12 | #endif /* __KERNEL__ */ | ||||
13 | #endif /* __ASM_ADC_H */ |