Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / iio / dac / mcp4725.h
diff --git a/kernel/include/linux/iio/dac/mcp4725.h b/kernel/include/linux/iio/dac/mcp4725.h
new file mode 100644 (file)
index 0000000..91530e6
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * MCP4725 DAC driver
+ *
+ * Copyright (C) 2012 Peter Meerwald <pmeerw@pmeerw.net>
+ *
+ * Licensed under the GPL-2 or later.
+ */
+
+#ifndef IIO_DAC_MCP4725_H_
+#define IIO_DAC_MCP4725_H_
+
+struct mcp4725_platform_data {
+       u16 vref_mv;
+};
+
+#endif /* IIO_DAC_MCP4725_H_ */