Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kfifo_buf.h
Go to the documentation of this file.
1 #ifndef __LINUX_IIO_KFIFO_BUF_H__
2 #define __LINUX_IIO_KFIFO_BUF_H__
3 
4 #include <linux/kfifo.h>
5 #include <linux/iio/iio.h>
6 #include <linux/iio/buffer.h>
7 
8 struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev);
9 void iio_kfifo_free(struct iio_buffer *r);
10 
11 #endif