adc.h 211 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_ADC_H
  3. #define __ASM_ADC_H
  4. /*
  5. * Copyright (C) 2004 Andriy Skulysh
  6. */
  7. #include <cpu/adc.h>
  8. int adc_single(unsigned int channel);
  9. #endif /* __ASM_ADC_H */