#ifndef __ASM_ADC_H #define __ASM_ADC_H #ifdef __KERNEL__ /* * Copyright (C) 2004 Andriy Skulysh */ #include <cpu/adc.h> int adc_single(unsigned int channel); #endif /* __KERNEL__ */ #endif /* __ASM_ADC_H */Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| andrew morton | andrew morton | 20 | 74.07% | 1 | 33.33% |
| paul mundt | paul mundt | 7 | 25.93% | 2 | 66.67% |
| Total | 27 | 100.00% | 3 | 100.00% |