summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/ms5611.h
diff options
context:
space:
mode:
authorDaniel Baluta2016-02-03 17:50:38 +0100
committerJonathan Cameron2016-02-06 19:18:13 +0100
commit713bbb4efb9dcda2e96c8338db1f21c68f2d822a (patch)
tree39ad0c0528497f7dcf79f783f71ba044d94e070a /drivers/iio/pressure/ms5611.h
parentiio: pressure: ms5611: Add IIO_CHAN_INFO_SCALE to mask (diff)
downloadkernel-qcow2-linux-713bbb4efb9dcda2e96c8338db1f21c68f2d822a.tar.gz
kernel-qcow2-linux-713bbb4efb9dcda2e96c8338db1f21c68f2d822a.tar.xz
kernel-qcow2-linux-713bbb4efb9dcda2e96c8338db1f21c68f2d822a.zip
iio: pressure: ms5611: Add triggered buffer support
This will be used together with an external trigger (e.g hrtimer based software trigger). Signed-off-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/ms5611.h')
-rw-r--r--drivers/iio/pressure/ms5611.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/ms5611.h b/drivers/iio/pressure/ms5611.h
index 23b93c797dba..2d70dd6e14b0 100644
--- a/drivers/iio/pressure/ms5611.h
+++ b/drivers/iio/pressure/ms5611.h
@@ -52,5 +52,6 @@ struct ms5611_state {
};
int ms5611_probe(struct iio_dev *indio_dev, struct device *dev, int type);
+int ms5611_remove(struct iio_dev *indio_dev);
#endif /* _MS5611_H */