Linux Kernel
3.7.1
|
#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)) |
Definition at line 69 of file termios-base.h.
Definition at line 73 of file termios-base.h.
Definition at line 65 of file termios-base.h.
Definition at line 72 of file termios-base.h.