aboutsummaryrefslogtreecommitdiffstats
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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/iio/dac/max517.h b/include/linux/iio/dac/max517.h
new file mode 100644
index 000000000000..f6d1d252f08d
--- /dev/null
+++ b/include/linux/iio/dac/max517.h
@@ -0,0 +1,15 @@
1/*
2 * MAX517 DAC driver
3 *
4 * Copyright 2011 Roland Stigge <stigge@antcom.de>
5 *
6 * Licensed under the GPL-2 or later.
7 */
8#ifndef IIO_DAC_MAX517_H_
9#define IIO_DAC_MAX517_H_
10
11struct max517_platform_data {
12 u16 vref_mv[2];
13};
14
15#endif /* IIO_DAC_MAX517_H_ */