remove include/asm-*/ipc.h
[deliverable/linux.git] / include / asm-generic / termios.h
index 3769e6bd63b17e1da41416fe13defc1d7107a0d1..33dca30a3c452199537913bcc6e3e1447dfcef5c 100644 (file)
@@ -63,6 +63,8 @@ static inline int kernel_termios_to_user_termio(struct termio __user *termio,
 
 #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))
 
 #endif /* __ARCH_TERMIO_GETPUT */
 
This page took 0.029689 seconds and 5 git commands to generate.