]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/termios.h
[PATCH] video: pm3fb macros fix
[linux-2.6] / include / asm-x86_64 / termios.h
index 041a91f7ddfb9779c18156e3a5287b36a4f96a37..443b225537f0bd61ecc4e18f22b5d0997a67bdb1 100644 (file)
@@ -98,8 +98,10 @@ struct termio {
        copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
 })
 
-#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(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))
 
 #endif /* __KERNEL__ */