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