X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-v850%2Ftermios.h;h=fcd171838d9cefa3bf377ec1bf2cd0c099241b98;hb=8cf1a74305688c85fc8d23ab7432a0c447ee6413;hp=c2c2b1d5877618f49ce3b6a2829c340fa1e2b7a4;hpb=4564f9e5fd00767d11fcf61e0d52787706dfcc87;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-v850/termios.h b/include/asm-v850/termios.h index c2c2b1d..fcd1718 100644 --- a/include/asm-v850/termios.h +++ b/include/asm-v850/termios.h @@ -80,8 +80,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__ */