staging: iio: dac: Update drivers to use new attribute naming
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / iio / dac / dac.h
blob1d82f353241c2ea5d3dacc240d8f56821aa0f4a8
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##_num##_raw, S_IWUSR, NULL, _store, _addr)