cregit-Linux how code gets into the kernel

Release 4.17 include/uapi/linux/termios.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _LINUX_TERMIOS_H

#define _LINUX_TERMIOS_H

#include <linux/types.h>
#include <asm/termios.h>


#define NFF	5


struct termiox
{
	
__u16	x_hflag;
	
__u16	x_cflag;
	
__u16	x_rflag[NFF];
	
__u16	x_sflag;
};


#define	RTSXOFF		0x0001		
/* RTS flow control on input */

#define	CTSXON		0x0002		
/* CTS flow control on output */

#define	DTRXOFF		0x0004		
/* DTR flow control on input */

#define DSRXON		0x0008		
/* DCD flow control on output */

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alan Cox4474.58%116.67%
Linus Torvalds (pre-git)1423.73%466.67%
Greg Kroah-Hartman11.69%116.67%
Total59100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.