repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ASoC: tlv312aic23: unbreak resume
[zen-stable.git]
/
drivers
/
staging
/
iio
/
kfifo_buf.h
blob
cc2bd9a1ccfe66b2d13934b16c7219a243ffd636
1
2
#include <linux/kfifo.h>
3
#include
"iio.h"
4
#include
"buffer.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