#include <uapi/asm/termios.h>
Go to the source code of this file.
|
#define | INIT_C_CC "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0" |
|
#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)) |
|
#define INIT_C_CC "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0" |
Value:{ \
unsigned short __tmp; \
*(
unsigned short *) &(
termios)->x = __tmp; \
}
Definition at line 18 of file termios.h.