diff options
Diffstat (limited to 'kernel/include/linux/iio/dac/max517.h')
-rw-r--r-- | kernel/include/linux/iio/dac/max517.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel/include/linux/iio/dac/max517.h b/kernel/include/linux/iio/dac/max517.h new file mode 100644 index 000000000..7668716cd --- /dev/null +++ b/kernel/include/linux/iio/dac/max517.h @@ -0,0 +1,15 @@ +/* + * MAX517 DAC driver + * + * Copyright 2011 Roland Stigge <stigge@antcom.de> + * + * Licensed under the GPL-2 or later. + */ +#ifndef IIO_DAC_MAX517_H_ +#define IIO_DAC_MAX517_H_ + +struct max517_platform_data { + u16 vref_mv[8]; +}; + +#endif /* IIO_DAC_MAX517_H_ */ |