Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
termios.h File Reference
#include <uapi/asm/termios.h>
#include <asm-generic/termios-base.h>

Go to the source code of this file.

Macros

#define INIT_C_CC   "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0"
 
#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))
 

Macro Definition Documentation

#define INIT_C_CC   "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0"

Definition at line 18 of file termios.h.

#define kernel_termios_to_user_termios (   u,
  k 
)    copy_to_user(u, k, sizeof(struct termios2))

Definition at line 21 of file termios.h.

#define user_termios_to_kernel_termios (   k,
  u 
)    copy_from_user(k, u, sizeof(struct termios2))

Definition at line 20 of file termios.h.