Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
apw
/
checkpatch
/
afd290945cd283030b51b433a66fe57a8feb28c8
/
.
/
drivers
/
staging
/
iio
/
kfifo_buf.h
blob: cc2bd9a1ccfe66b2d13934b16c7219a243ffd636 [
file
] [
log
] [
blame
]
#include
<linux/kfifo.h>
#include
"iio.h"
#include
"buffer.h"
extern
const
struct
iio_buffer_access_funcs kfifo_access_funcs
;
struct
iio_buffer
*
iio_kfifo_allocate
(
struct
iio_dev
*
indio_dev
);
void
iio_kfifo_free
(
struct
iio_buffer
*
r
);