1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef __LINUX_IVTVFB_H__ 7 #define __LINUX_IVTVFB_H__ 8 #include <linux/compiler.h> 9 #include <linux/types.h> 10 struct ivtvfb_dma_frame { 11 void __user *source; 12 unsigned long dest_offset; 13 int count; 14 }; 15 #define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame) 16 #endif 17