]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/iio/dac/max517.h
iio: max517: Add support for MAX520 and MAX521 chips.
[mirror_ubuntu-bionic-kernel.git] / include / linux / iio / dac / max517.h
CommitLineData
6ddc5fb4
RS
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
6ddc5fb4 11struct max517_platform_data {
a878a1a6 12 u16 vref_mv[8];
6ddc5fb4
RS
13};
14
15#endif /* IIO_DAC_MAX517_H_ */