dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/linux/iio/dac/ad5504.h

17 lines
229 B
C

/*
* AD5504 SPI DAC driver
*
* Copyright 2011 Analog Devices Inc.
*
* Licensed under the GPL-2.
*/
#ifndef SPI_AD5504_H_
#define SPI_AD5504_H_
struct ad5504_platform_data {
u16 vref_mv;
};
#endif /* SPI_AD5504_H_ */