aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/dac/max517.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/iio/dac/max517.h')
-rw-r--r--drivers/staging/iio/dac/max517.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/staging/iio/dac/max517.h b/drivers/staging/iio/dac/max517.h
new file mode 100644
index 00000000000..8106cf24642
--- /dev/null
+++ b/drivers/staging/iio/dac/max517.h
@@ -0,0 +1,19 @@
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
11/*
12 * TODO: struct max517_platform_data needs to go into include/linux/iio
13 */
14
15struct max517_platform_data {
16 u16 vref_mv[2];
17};
18
19#endif /* IIO_DAC_MAX517_H_ */