3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 23:32:17 +00:00
Brooklyn/include/linux/iio/dac/ad5504.h

16 lines
241 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* AD5504 SPI DAC driver
*
* Copyright 2011 Analog Devices Inc.
*/
#ifndef SPI_AD5504_H_
#define SPI_AD5504_H_
struct ad5504_platform_data {
u16 vref_mv;
};
#endif /* SPI_AD5504_H_ */