tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / include / linux / platform_data / 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.26723 seconds and 5 git commands to generate.