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

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * AD5504 SPI DAC driver
   4  *
   5  * Copyright 2011 Analog Devices Inc.
   6  */
   7 
   8 #ifndef SPI_AD5504_H_
   9 #define SPI_AD5504_H_
  10 
  11 struct ad5504_platform_data {
  12         u16                             vref_mv;
  13 };
  14 
  15 #endif /* SPI_AD5504_H_ */

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