Jonathan Cameron | b174baf | 2011-02-11 13:09:10 +0000 | [diff] [blame] | 1 | |
| 2 | #include <linux/kfifo.h> |
Jonathan Cameron | 06458e2 | 2012-04-25 15:54:58 +0100 | [diff] [blame^] | 3 | #include <linux/iio/iio.h> |
| 4 | #include <linux/iio/buffer.h> |
Jonathan Cameron | b174baf | 2011-02-11 13:09:10 +0000 | [diff] [blame] | 5 | |
Jonathan Cameron | 14555b1 | 2011-09-21 11:15:57 +0100 | [diff] [blame] | 6 | struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev); |
| 7 | void iio_kfifo_free(struct iio_buffer *r); |
Jonathan Cameron | b174baf | 2011-02-11 13:09:10 +0000 | [diff] [blame] | 8 | |