summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/adc.h
blob: d925b2c5e38ea9bcf35b379ecbac2ad8a7a65b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * adc.h - sysfs attributes associated with ADCs
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 *
 * Copyright (c) 2008 Jonathan Cameron <jic23@cam.ac.uk>
 *
 */

#define IIO_DEV_ATTR_ADC(_num, _show, _addr)			\
  IIO_DEVICE_ATTR(adc_##_num, S_IRUGO, _show, NULL, _addr)