Merge remote-tracking branch 'asoc/topic/sti' into asoc-next
[deliverable/linux.git] / include / linux / iio / triggered_buffer.h
1 #ifndef _LINUX_IIO_TRIGGERED_BUFFER_H_
2 #define _LINUX_IIO_TRIGGERED_BUFFER_H_
3
4 #include <linux/interrupt.h>
5
6 struct iio_dev;
7 struct iio_buffer_setup_ops;
8
9 int iio_triggered_buffer_setup(struct iio_dev *indio_dev,
10 irqreturn_t (*h)(int irq, void *p),
11 irqreturn_t (*thread)(int irq, void *p),
12 const struct iio_buffer_setup_ops *setup_ops);
13 void iio_triggered_buffer_cleanup(struct iio_dev *indio_dev);
14
15 #endif
This page took 0.03384 seconds and 5 git commands to generate.