mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 07:56:48 +07:00
06458e277e
Step 1 in moving the IIO core out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
194 B
C
9 lines
194 B
C
|
|
#include <linux/kfifo.h>
|
|
#include <linux/iio/iio.h>
|
|
#include <linux/iio/buffer.h>
|
|
|
|
struct iio_buffer *iio_kfifo_allocate(struct iio_dev *indio_dev);
|
|
void iio_kfifo_free(struct iio_buffer *r);
|
|
|