root/include/linux/iio/dac/max517.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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_ */

/* [<][>][^][v][top][bottom][index][help] */