Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / include / linux / platform_data / ad7291.h
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 */
8 struct ad7291_platform_data {
9 bool use_external_ref;
10 };
11
12 #endif
This page took 0.043772 seconds and 6 git commands to generate.