add DMGET for DZ32
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 9 Feb 1982 15:50:36 +0000 (07:50 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 9 Feb 1982 15:50:36 +0000 (07:50 -0800)
SCCS-vsn: sys/sys/tty.h 4.10

usr/src/sys/sys/tty.h

index 39f5b2a..fe8a11b 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty.h   4.9     82/01/30        */
+/*     tty.h   4.10    82/02/08        */
 
 #ifdef KERNEL
 #include "../h/ioctl.h"
 
 #ifdef KERNEL
 #include "../h/ioctl.h"
@@ -134,3 +134,4 @@ short       tthiwat[NSPEEDS], ttlowat[NSPEEDS];
 #define        DMSET           0
 #define        DMBIS           1
 #define        DMBIC           2
 #define        DMSET           0
 #define        DMBIS           1
 #define        DMBIC           2
+#define        DMGET           3