]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/iio/kfifo_buf.h
Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masah...
[mirror_ubuntu-artful-kernel.git] / include / linux / iio / kfifo_buf.h
CommitLineData
08d6005c
LPC
1#ifndef __LINUX_IIO_KFIFO_BUF_H__
2#define __LINUX_IIO_KFIFO_BUF_H__
b174baf4 3
8abd5ba5
JC
4struct iio_buffer;
5struct device;
b174baf4 6
7ab374a0 7struct iio_buffer *iio_kfifo_allocate(void);
14555b14 8void iio_kfifo_free(struct iio_buffer *r);
b174baf4 9
780103fe
KW
10struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev);
11void devm_iio_kfifo_free(struct device *dev, struct iio_buffer *r);
12
08d6005c 13#endif