Sign in
coral
/
linux-imx
/
cb93d2681fe54a77cd8e11ae0b07812c43b36745
/
.
/
include
/
linux
/
iio
/
dac
/
ad5504.h
blob: 43895376a9cab080493b1984e5d5be28956c5da6 [
file
] [
log
] [
blame
]
/*
* 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_ */