Merge branch 'prcm_scm_misc_fixes_3.2' of git://git.pwsan.com/linux-2.6 into fixes
[cascardo/linux.git] / drivers / staging / iio / kfifo_buf.h
1
2 #include <linux/kfifo.h>
3 #include "iio.h"
4 #include "buffer_generic.h"
5
6 extern const struct iio_buffer_access_funcs kfifo_access_funcs;
7
8 struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev);
9 void iio_kfifo_free(struct iio_buffer *r);
10