tegrakernel/kernel/kernel-4.9/arch/sh/include/asm/adc.h

14 lines
214 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#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 */