aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/ioctls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/ioctls.h')
-rw-r--r--arch/sparc/include/asm/ioctls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/ioctls.h b/arch/sparc/include/asm/ioctls.h
index 53f4ee009bdd..28d0c8b02cc3 100644
--- a/arch/sparc/include/asm/ioctls.h
+++ b/arch/sparc/include/asm/ioctls.h
@@ -19,6 +19,8 @@
19#define TCSETS2 _IOW('T', 13, struct termios2) 19#define TCSETS2 _IOW('T', 13, struct termios2)
20#define TCSETSW2 _IOW('T', 14, struct termios2) 20#define TCSETSW2 _IOW('T', 14, struct termios2)
21#define TCSETSF2 _IOW('T', 15, struct termios2) 21#define TCSETSF2 _IOW('T', 15, struct termios2)
22#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */
23#define TIOCVHANGUP _IO('T', 0x37)
22 24
23/* Note that all the ioctls that are not available in Linux have a 25/* Note that all the ioctls that are not available in Linux have a
24 * double underscore on the front to: a) avoid some programs to 26 * double underscore on the front to: a) avoid some programs to