Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / iio / dac / max517.h
blob7668716cd73cb39fb09b993e35e0e3bdb74a7176
1 /*
2 * MAX517 DAC driver
4 * Copyright 2011 Roland Stigge <stigge@antcom.de>
6 * Licensed under the GPL-2 or later.
7 */
8 #ifndef IIO_DAC_MAX517_H_
9 #define IIO_DAC_MAX517_H_
11 struct max517_platform_data {
12 u16 vref_mv[8];
15 #endif /* IIO_DAC_MAX517_H_ */