diff options
author | David Miller <davem@davemloft.net> | 2007-10-17 19:38:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-10-17 19:38:10 -0700 |
commit | 6050afbbb01d1f5a867f7839be6460bac801f5bc (patch) | |
tree | 022be422a8b28f7b630cf20e8b7674b2dfcc9cfc /include/asm-sparc64/ioctls.h | |
parent | 4209ab098c61b1a9684bb4d3fc287352fc2438c3 (diff) |
[SPARC]: Support for new termios.
[akpm@linux-foundation.org: coding-style tweaks]
Signed-off-by: David Miller <davem@davemloft.net>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/ioctls.h')
-rw-r--r-- | include/asm-sparc64/ioctls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sparc64/ioctls.h b/include/asm-sparc64/ioctls.h index 2223b6d0e5e..083c9a0f37d 100644 --- a/include/asm-sparc64/ioctls.h +++ b/include/asm-sparc64/ioctls.h @@ -16,6 +16,10 @@ #define TCSETS _IOW('T', 9, struct termios) #define TCSETSW _IOW('T', 10, struct termios) #define TCSETSF _IOW('T', 11, struct termios) +#define TCGETS2 _IOR('T', 12, struct termios2) +#define TCSETS2 _IOW('T', 13, struct termios2) +#define TCSETSW2 _IOW('T', 14, struct termios2) +#define TCSETSF2 _IOW('T', 15, struct termios2) /* Note that all the ioctls that are not available in Linux have a * double underscore on the front to: a) avoid some programs to |