Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[deliverable/linux.git] / drivers / staging / iio / dac / dac.h
CommitLineData
6790e29f
BS
1/*
2 * dac.h - sysfs attributes associated with DACs
3 */
4
5a7f4fdd
MH
5#define IIO_DEV_ATTR_OUT_RAW(_num, _store, _addr) \
6 IIO_DEVICE_ATTR(out##_num##_raw, S_IWUSR, NULL, _store, _addr)
This page took 0.049268 seconds and 5 git commands to generate.