blob: 1d82f353241c2ea5d3dacc240d8f56821aa0f4a8 [file] [log] [blame]
/*
* dac.h - sysfs attributes associated with DACs
*/
#define IIO_DEV_ATTR_OUT_RAW(_num, _store, _addr) \
IIO_DEVICE_ATTR(out##_num##_raw, S_IWUSR, NULL, _store, _addr)