Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: radeonfb.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef __LINUX_RADEONFB_H__
[1] Fix | Delete
#define __LINUX_RADEONFB_H__
[2] Fix | Delete
[3] Fix | Delete
#include <asm/ioctl.h>
[4] Fix | Delete
#include <linux/types.h>
[5] Fix | Delete
[6] Fix | Delete
#define ATY_RADEON_LCD_ON 0x00000001
[7] Fix | Delete
#define ATY_RADEON_CRT_ON 0x00000002
[8] Fix | Delete
[9] Fix | Delete
[10] Fix | Delete
#define FBIO_RADEON_GET_MIRROR _IOR('@', 3, size_t)
[11] Fix | Delete
#define FBIO_RADEON_SET_MIRROR _IOW('@', 4, size_t)
[12] Fix | Delete
[13] Fix | Delete
#endif
[14] Fix | Delete
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function