Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: ivtvfb.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
On Screen Display cx23415 Framebuffer driver
[2] Fix | Delete
[3] Fix | Delete
Copyright (C) 2006, 2007 Ian Armstrong <ian@iarmst.demon.co.uk>
[4] Fix | Delete
[5] Fix | Delete
This program is free software; you can redistribute it and/or modify
[6] Fix | Delete
it under the terms of the GNU General Public License as published by
[7] Fix | Delete
the Free Software Foundation; either version 2 of the License, or
[8] Fix | Delete
(at your option) any later version.
[9] Fix | Delete
[10] Fix | Delete
This program is distributed in the hope that it will be useful,
[11] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[12] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[13] Fix | Delete
GNU General Public License for more details.
[14] Fix | Delete
[15] Fix | Delete
You should have received a copy of the GNU General Public License
[16] Fix | Delete
along with this program; if not, write to the Free Software
[17] Fix | Delete
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
[18] Fix | Delete
*/
[19] Fix | Delete
[20] Fix | Delete
#ifndef __LINUX_IVTVFB_H__
[21] Fix | Delete
#define __LINUX_IVTVFB_H__
[22] Fix | Delete
[23] Fix | Delete
[24] Fix | Delete
#include <linux/types.h>
[25] Fix | Delete
[26] Fix | Delete
/* Framebuffer external API */
[27] Fix | Delete
[28] Fix | Delete
struct ivtvfb_dma_frame {
[29] Fix | Delete
void *source;
[30] Fix | Delete
unsigned long dest_offset;
[31] Fix | Delete
int count;
[32] Fix | Delete
};
[33] Fix | Delete
[34] Fix | Delete
#define IVTVFB_IOC_DMA_FRAME _IOW('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
[35] Fix | Delete
[36] Fix | Delete
#endif
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function