staging:iio:ad7291: Rework regulator handling
[deliverable/linux.git] / drivers / staging / iio / adc / ad7291.h
CommitLineData
1df9d1d4
LPC
1#ifndef __IIO_AD7291_H__
2#define __IIO_AD7291_H__
3
4/**
5 * struct ad7291_platform_data - AD7291 platform data
6 * @use_external_ref: Whether to use an external or internal reference voltage
7 */
8struct ad7291_platform_data {
9 bool use_external_ref;
10};
11
12#endif
This page took 0.024277 seconds and 5 git commands to generate.