xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / include / linux / platform_data / ad7291.h
blobb1fd1530c9a5cc231a1a2421782b91c3a4b52474
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __IIO_AD7291_H__
3 #define __IIO_AD7291_H__
5 /**
6 * struct ad7291_platform_data - AD7291 platform data
7 * @use_external_ref: Whether to use an external or internal reference voltage
8 */
9 struct ad7291_platform_data {
10 bool use_external_ref;
13 #endif