summaryrefslogblamecommitdiffstats
path: root/drivers/staging/iio/kfifo_buf.h
blob: fb48523748e68e00e59d93f1108e29f58ec9806e (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                         
                                                             



                                                                      

#include <linux/kfifo.h>
#include "iio.h"
#include "ring_generic.h"

extern const struct iio_ring_access_funcs kfifo_access_funcs;

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