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

Go to the source code of this file.

Macros

#define user_termios_to_kernel_termios(k, u)   copy_from_user(k, u, sizeof(struct termios))
 
#define kernel_termios_to_user_termios(u, k)   copy_to_user(u, k, sizeof(struct termios))
 
#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))
 

Macro Definition Documentation

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

Definition at line 69 of file termios-base.h.

#define kernel_termios_to_user_termios_1 (   u,
  k 
)    copy_to_user(u, k, sizeof(struct termios))

Definition at line 73 of file termios-base.h.

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

Definition at line 65 of file termios-base.h.

#define user_termios_to_kernel_termios_1 (   k,
  u 
)    copy_from_user(k, u, sizeof(struct termios))

Definition at line 72 of file termios-base.h.