1*5f62a964SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 2*5f62a964SEmmanuel Vadot 3*5f62a964SEmmanuel Vadot #ifndef _DT_BINDINGS_IIO_ADC_GEHC_PMC_ADC_H 4*5f62a964SEmmanuel Vadot #define _DT_BINDINGS_IIO_ADC_GEHC_PMC_ADC_H 5*5f62a964SEmmanuel Vadot 6*5f62a964SEmmanuel Vadot /* ADC channel type */ 7*5f62a964SEmmanuel Vadot #define GEHC_PMC_ADC_VOLTAGE 0 8*5f62a964SEmmanuel Vadot #define GEHC_PMC_ADC_CURRENT 1 9*5f62a964SEmmanuel Vadot 10*5f62a964SEmmanuel Vadot #endif 11