Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
termios.h File Reference
#include <linux/types.h>
#include <asm/termios.h>

Go to the source code of this file.

Data Structures

struct  termiox
 

Macros

#define NFF   5
 
#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 */
 

Macro Definition Documentation

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

Definition at line 18 of file termios.h.

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

Definition at line 20 of file termios.h.

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

Definition at line 19 of file termios.h.

#define NFF   5

Definition at line 7 of file termios.h.

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

Definition at line 17 of file termios.h.