Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
iio
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
Generated on Thu Jan 10 2013 14:51:36 for Linux Kernel by
1.8.2