Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / iio / dac / ad5504.h
diff --git a/kernel/include/linux/iio/dac/ad5504.h b/kernel/include/linux/iio/dac/ad5504.h
new file mode 100644 (file)
index 0000000..4389537
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * 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_ */