dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/iio/dac/max517.h

20 lines
341 B
C

/*
* 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_
/*
* TODO: struct max517_platform_data needs to go into include/linux/iio
*/
struct max517_platform_data {
u16 vref_mv[2];
};
#endif /* IIO_DAC_MAX517_H_ */