Release 4.11 arch/sh/include/asm/adc.h
#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 | 20 | 74.07% | 1 | 33.33% |
Paul Mundt | 7 | 25.93% | 2 | 66.67% |
Total | 27 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.