Release 4.14 arch/sh/include/asm/adc.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 71.43% | 1 | 25.00% |
Paul Mundt | 7 | 25.00% | 2 | 50.00% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 25.00% |
Total | 28 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.