Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: raw.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef __LINUX_RAW_H
[1] Fix | Delete
#define __LINUX_RAW_H
[2] Fix | Delete
[3] Fix | Delete
#include <linux/types.h>
[4] Fix | Delete
[5] Fix | Delete
#define RAW_SETBIND _IO( 0xac, 0 )
[6] Fix | Delete
#define RAW_GETBIND _IO( 0xac, 1 )
[7] Fix | Delete
[8] Fix | Delete
struct raw_config_request
[9] Fix | Delete
{
[10] Fix | Delete
int raw_minor;
[11] Fix | Delete
__u64 block_major;
[12] Fix | Delete
__u64 block_minor;
[13] Fix | Delete
};
[14] Fix | Delete
[15] Fix | Delete
#define MAX_RAW_MINORS CONFIG_MAX_RAW_DEVS
[16] Fix | Delete
[17] Fix | Delete
#endif /* __LINUX_RAW_H */
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function