xref: /linux/include/uapi/linux/iio/buffer.h (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
1*f73f7f4dSAlexandru Ardelean /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2*f73f7f4dSAlexandru Ardelean /* industrial I/O buffer definitions needed both in and out of kernel
3*f73f7f4dSAlexandru Ardelean  */
4*f73f7f4dSAlexandru Ardelean 
5*f73f7f4dSAlexandru Ardelean #ifndef _UAPI_IIO_BUFFER_H_
6*f73f7f4dSAlexandru Ardelean #define _UAPI_IIO_BUFFER_H_
7*f73f7f4dSAlexandru Ardelean 
8*f73f7f4dSAlexandru Ardelean #define IIO_BUFFER_GET_FD_IOCTL			_IOWR('i', 0x91, int)
9*f73f7f4dSAlexandru Ardelean 
10*f73f7f4dSAlexandru Ardelean #endif /* _UAPI_IIO_BUFFER_H_ */
11