blob: c00658ec665d130e22d2dce4550ac0a750d8699a [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __LINUX_IVTVFB_H__
8#define __LINUX_IVTVFB_H__
9#include <linux/compiler.h>
10#include <linux/types.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011struct ivtvfb_dma_frame {
Elliott Hughes0f0c18f2023-03-29 15:53:31 -070012 void * source;
Tao Baod7db5942015-01-28 10:07:51 -080013 unsigned long dest_offset;
14 int count;
Ben Cheng655a7c02013-10-16 16:09:24 -070015};
Tao Baod7db5942015-01-28 10:07:51 -080016#define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE + 0, struct ivtvfb_dma_frame)
Ben Cheng655a7c02013-10-16 16:09:24 -070017#endif