Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.5-rc4 8 lines 194 B view raw
1 2#include <linux/kfifo.h> 3#include <linux/iio/iio.h> 4#include <linux/iio/buffer.h> 5 6struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev); 7void iio_kfifo_free(struct iio_buffer *r); 8