#include <asm/termbits.h>
#include <asm/ioctls.h>
Go to the source code of this file.
|
#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 |
|
#define | TIOCM_MODEM_BITS TIOCM_OUT2 /* IRDA support */ |
|
#define | SET_LOW_TERMIOS_BITS(termios, termio, x) |
|
#define | user_termio_to_kernel_termios(termios, termio) |
|
#define | kernel_termios_to_user_termio(termio, termios) |
|
#define | user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) |
|
#define | kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) |
|
#define | user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) |
|
#define | kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) |
|
Value:{ \
unsigned short __tmp; \
*(
unsigned short *) &(
termios)->x = __tmp; \
}
Definition at line 46 of file termios.h.
#define TIOCM_LOOP 0x8000 |
#define TIOCM_OUT1 0x2000 |
#define TIOCM_OUT2 0x4000 |