1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _LINUX_UDMABUF_H
3 #define _LINUX_UDMABUF_H
5 #include "standard-headers/linux/types.h"
7 #define UDMABUF_FLAGS_CLOEXEC 0x01
9 struct udmabuf_create
{
16 struct udmabuf_create_item
{
23 struct udmabuf_create_list
{
26 struct udmabuf_create_item list
[];
29 #define UDMABUF_CREATE _IOW('u', 0x42, struct udmabuf_create)
30 #define UDMABUF_CREATE_LIST _IOW('u', 0x43, struct udmabuf_create_list)
32 #endif /* _LINUX_UDMABUF_H */