xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/ivtvfb.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
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 __LINUX_IVTVFB_H__
8 #define __LINUX_IVTVFB_H__
9 #include <linux/compiler.h>
10 #include <linux/types.h>
11 struct ivtvfb_dma_frame {
12   void  * source;
13   unsigned long dest_offset;
14   int count;
15 };
16 #define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtvfb_dma_frame)
17 #endif
18