summaryrefslogtreecommitdiffstats
path: root/include/linux/iio/dac/max517.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/iio/dac/max517.h')
-rw-r--r--include/linux/iio/dac/max517.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/iio/dac/max517.h b/include/linux/iio/dac/max517.h
new file mode 100644
index 000000000..4923645a1
--- /dev/null
+++ b/include/linux/iio/dac/max517.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/*
+ * MAX517 DAC driver
+ *
+ * Copyright 2011 Roland Stigge <stigge@antcom.de>
+ */
+#ifndef IIO_DAC_MAX517_H_
+#define IIO_DAC_MAX517_H_
+
+struct max517_platform_data {
+ u16 vref_mv[8];
+};
+
+#endif /* IIO_DAC_MAX517_H_ */