Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/mtd
File: mtd-user.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright © 1999-2010 David Woodhouse <dwmw2@infradead.org>
[2] Fix | Delete
*
[3] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[4] Fix | Delete
* it under the terms of the GNU General Public License as published by
[5] Fix | Delete
* the Free Software Foundation; either version 2 of the License, or
[6] Fix | Delete
* (at your option) any later version.
[7] Fix | Delete
*
[8] Fix | Delete
* This program is distributed in the hope that it will be useful,
[9] Fix | Delete
* but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[11] Fix | Delete
* GNU General Public License for more details.
[12] Fix | Delete
*
[13] Fix | Delete
* You should have received a copy of the GNU General Public License
[14] Fix | Delete
* along with this program; if not, write to the Free Software
[15] Fix | Delete
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
[16] Fix | Delete
*
[17] Fix | Delete
*/
[18] Fix | Delete
[19] Fix | Delete
#ifndef __MTD_USER_H__
[20] Fix | Delete
#define __MTD_USER_H__
[21] Fix | Delete
[22] Fix | Delete
/* This file is blessed for inclusion by userspace */
[23] Fix | Delete
#include <mtd/mtd-abi.h>
[24] Fix | Delete
[25] Fix | Delete
typedef struct mtd_info_user mtd_info_t;
[26] Fix | Delete
typedef struct erase_info_user erase_info_t;
[27] Fix | Delete
typedef struct region_info_user region_info_t;
[28] Fix | Delete
typedef struct nand_oobinfo nand_oobinfo_t;
[29] Fix | Delete
typedef struct nand_ecclayout_user nand_ecclayout_t;
[30] Fix | Delete
[31] Fix | Delete
#endif /* __MTD_USER_H__ */
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function