blob: feccfe639e3896993ee443754810f6cf2ea4ffe9 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_ADC_H
3#define __ASM_ADC_H
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004/*
5 * Copyright (C) 2004 Andriy Skulysh
6 */
7
8#include <cpu/adc.h>
9
10int adc_single(unsigned int channel);
11
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000012#endif /* __ASM_ADC_H */