repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
include
/
dt-bindings
/
iio
/
adc
/
ingenic,adc.h
blob
42f871ab3272b60f351b21907c8ce0a3f5986df9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
4
#define _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
5
6
/* ADC channel idx. */
7
#define INGENIC_ADC_AUX 0
8
#define INGENIC_ADC_BATTERY 1
9
#define INGENIC_ADC_AUX2 2
10
11
#endif