xref: /linux/include/linux/iio/dac/max517.h (revision e5a52fd2b8cdb700b3c07b030e050a49ef3156b9)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * MAX517 DAC driver
4  *
5  * Copyright 2011 Roland Stigge <stigge@antcom.de>
6  */
7 #ifndef IIO_DAC_MAX517_H_
8 #define IIO_DAC_MAX517_H_
9 
10 struct max517_platform_data {
11 	u16				vref_mv[8];
12 };
13 
14 #endif /* IIO_DAC_MAX517_H_ */
15