blob: cc2bd9a1ccfe66b2d13934b16c7219a243ffd636 [file] [log] [blame]
Jonathan Cameronb174baf2011-02-11 13:09:10 +00001
2#include <linux/kfifo.h>
3#include "iio.h"
Jonathan Cameronaf5046a2011-10-26 17:41:32 +01004#include "buffer.h"
Jonathan Cameronb174baf2011-02-11 13:09:10 +00005
Jonathan Cameron14555b12011-09-21 11:15:57 +01006extern const struct iio_buffer_access_funcs kfifo_access_funcs;
Jonathan Cameronb174baf2011-02-11 13:09:10 +00007
Jonathan Cameron14555b12011-09-21 11:15:57 +01008struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev);
9void iio_kfifo_free(struct iio_buffer *r);
Jonathan Cameronb174baf2011-02-11 13:09:10 +000010