aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/kfifo_buf.h
blob: cc2bd9a1ccfe66b2d13934b16c7219a243ffd636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <linux/kfifo.h>
#include "iio.h"
#include "buffer.h"

extern const struct iio_buffer_access_funcs kfifo_access_funcs;

struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev);
void iio_kfifo_free(struct iio_buffer *r);