]> git.ipfire.org Git - people/arne_f/kernel.git/blame - include/linux/platform_data/ad7291.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / include / linux / platform_data / ad7291.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1df9d1d4
LPC
2#ifndef __IIO_AD7291_H__
3#define __IIO_AD7291_H__
4
5/**
6 * struct ad7291_platform_data - AD7291 platform data
7 * @use_external_ref: Whether to use an external or internal reference voltage
8 */
9struct ad7291_platform_data {
10 bool use_external_ref;
11};
12
13#endif