Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/linux
File: termios.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _LINUX_TERMIOS_H
[1] Fix | Delete
#define _LINUX_TERMIOS_H
[2] Fix | Delete
[3] Fix | Delete
#include <linux/types.h>
[4] Fix | Delete
#include <asm/termios.h>
[5] Fix | Delete
[6] Fix | Delete
#define NFF 5
[7] Fix | Delete
[8] Fix | Delete
struct termiox
[9] Fix | Delete
{
[10] Fix | Delete
__u16 x_hflag;
[11] Fix | Delete
__u16 x_cflag;
[12] Fix | Delete
__u16 x_rflag[NFF];
[13] Fix | Delete
__u16 x_sflag;
[14] Fix | Delete
};
[15] Fix | Delete
[16] Fix | Delete
#define RTSXOFF 0x0001 /* RTS flow control on input */
[17] Fix | Delete
#define CTSXON 0x0002 /* CTS flow control on output */
[18] Fix | Delete
#define DTRXOFF 0x0004 /* DTR flow control on input */
[19] Fix | Delete
#define DSRXON 0x0008 /* DCD flow control on output */
[20] Fix | Delete
[21] Fix | Delete
#endif
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function