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/errno.h>
#include <asm/termbits.h>
#include <asm/ioctls.h>

Go to the source code of this file.

Data Structures

struct  sgttyb
 
struct  tchars
 
struct  ltchars
 
struct  winsize
 
struct  termio
 

Macros

#define NCC   8
 
#define TIOCM_LE   0x001 /* line enable */
 
#define TIOCM_DTR   0x002 /* data terminal ready */
 
#define TIOCM_RTS   0x004 /* request to send */
 
#define TIOCM_ST   0x010 /* secondary transmit */
 
#define TIOCM_SR   0x020 /* secondary receive */
 
#define TIOCM_CTS   0x040 /* clear to send */
 
#define TIOCM_CAR   0x100 /* carrier detect */
 
#define TIOCM_CD   TIOCM_CAR
 
#define TIOCM_RNG   0x200 /* ring */
 
#define TIOCM_RI   TIOCM_RNG
 
#define TIOCM_DSR   0x400 /* data set ready */
 
#define TIOCM_OUT1   0x2000
 
#define TIOCM_OUT2   0x4000
 
#define TIOCM_LOOP   0x8000
 

Macro Definition Documentation

#define NCC   8

Definition at line 52 of file termios.h.

#define TIOCM_CAR   0x100 /* carrier detect */

Definition at line 70 of file termios.h.

#define TIOCM_CD   TIOCM_CAR

Definition at line 71 of file termios.h.

#define TIOCM_CTS   0x040 /* clear to send */

Definition at line 69 of file termios.h.

#define TIOCM_DSR   0x400 /* data set ready */

Definition at line 74 of file termios.h.

#define TIOCM_DTR   0x002 /* data terminal ready */

Definition at line 65 of file termios.h.

#define TIOCM_LE   0x001 /* line enable */

Definition at line 64 of file termios.h.

#define TIOCM_LOOP   0x8000

Definition at line 77 of file termios.h.

#define TIOCM_OUT1   0x2000

Definition at line 75 of file termios.h.

#define TIOCM_OUT2   0x4000

Definition at line 76 of file termios.h.

#define TIOCM_RI   TIOCM_RNG

Definition at line 73 of file termios.h.

#define TIOCM_RNG   0x200 /* ring */

Definition at line 72 of file termios.h.

#define TIOCM_RTS   0x004 /* request to send */

Definition at line 66 of file termios.h.

#define TIOCM_SR   0x020 /* secondary receive */

Definition at line 68 of file termios.h.

#define TIOCM_ST   0x010 /* secondary transmit */

Definition at line 67 of file termios.h.