Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14 14 lines 253 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __ASM_ADC_H 3#define __ASM_ADC_H 4#ifdef __KERNEL__ 5/* 6 * Copyright (C) 2004 Andriy Skulysh 7 */ 8 9#include <cpu/adc.h> 10 11int adc_single(unsigned int channel); 12 13#endif /* __KERNEL__ */ 14#endif /* __ASM_ADC_H */