1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI__LINUX_UIO_H
8 #define _UAPI__LINUX_UIO_H
9 #include <linux/compiler.h>
10 #include <linux/types.h>
11 struct iovec {
12   void  * iov_base;
13   __kernel_size_t iov_len;
14 };
15 #define UIO_FASTIOV 8
16 #define UIO_MAXIOV 1024
17 #endif
18