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

Go to the source code of this file.

Data Structures

struct  winsize
 
struct  termio
 

Macros

#define NCC   8
 
#define TIOCM_LE   0x001
 
#define TIOCM_DTR   0x002
 
#define TIOCM_RTS   0x004
 
#define TIOCM_ST   0x008
 
#define TIOCM_SR   0x010
 
#define TIOCM_CTS   0x020
 
#define TIOCM_CAR   0x040
 
#define TIOCM_RNG   0x080
 
#define TIOCM_DSR   0x100
 
#define TIOCM_CD   TIOCM_CAR
 
#define TIOCM_RI   TIOCM_RNG
 
#define TIOCM_OUT1   0x2000
 
#define TIOCM_OUT2   0x4000
 
#define TIOCM_LOOP   0x8000
 

Macro Definition Documentation

#define NCC   8

Definition at line 21 of file termios.h.

#define TIOCM_CAR   0x040

Definition at line 38 of file termios.h.

#define TIOCM_CD   TIOCM_CAR

Definition at line 41 of file termios.h.

#define TIOCM_CTS   0x020

Definition at line 37 of file termios.h.

#define TIOCM_DSR   0x100

Definition at line 40 of file termios.h.

#define TIOCM_DTR   0x002

Definition at line 33 of file termios.h.

#define TIOCM_LE   0x001

Definition at line 32 of file termios.h.

#define TIOCM_LOOP   0x8000

Definition at line 45 of file termios.h.

#define TIOCM_OUT1   0x2000

Definition at line 43 of file termios.h.

#define TIOCM_OUT2   0x4000

Definition at line 44 of file termios.h.

#define TIOCM_RI   TIOCM_RNG

Definition at line 42 of file termios.h.

#define TIOCM_RNG   0x080

Definition at line 39 of file termios.h.

#define TIOCM_RTS   0x004

Definition at line 34 of file termios.h.

#define TIOCM_SR   0x010

Definition at line 36 of file termios.h.

#define TIOCM_ST   0x008

Definition at line 35 of file termios.h.