mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
UAPI: (Scripted) Disintegrate include/linux
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
08cce05c5a
commit
607ca46e97
578 changed files with 32658 additions and 30107 deletions
22
include/uapi/linux/termios.h
Normal file
22
include/uapi/linux/termios.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue