spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / drivers / staging / iio / dac / dac.h
blob0754d715cf9c2684a4b97017b149a34ff0e476ed
1 /*
2 * dac.h - sysfs attributes associated with DACs
3 */
5 #define IIO_DEV_ATTR_OUT_RAW(_num, _store, _addr) \
6 IIO_DEVICE_ATTR(out_voltage##_num##_raw, S_IWUSR, NULL, _store, _addr)