Added sccs id and MTNOP define
authorMichael Toy <toy@ucbvax.Berkeley.EDU>
Sat, 31 Jan 1981 09:46:51 +0000 (01:46 -0800)
committerMichael Toy <toy@ucbvax.Berkeley.EDU>
Sat, 31 Jan 1981 09:46:51 +0000 (01:46 -0800)
SCCS-vsn: sys/sys/mtio.h 4.2

usr/src/sys/sys/mtio.h

index 46b207b..b29a11c 100644 (file)
@@ -1,3 +1,4 @@
+/*     mtio.h  4.2     %G%     */
 /*
  * Structures and definitions for mag tape io control commands
  */
 /*
  * Structures and definitions for mag tape io control commands
  */
@@ -17,6 +18,7 @@ struct        mtop    {
 #define MTBSR  4       /* backward space record */
 #define MTREW  5       /* rewind */
 #define MTOFFL 6       /* rewind and put the drive offline */
 #define MTBSR  4       /* backward space record */
 #define MTREW  5       /* rewind */
 #define MTOFFL 6       /* rewind and put the drive offline */
+#define MTNOP  7       /* no operation, sets status only */
 
 /* structure for MTIOCGET - mag tape get status command */
 
 
 /* structure for MTIOCGET - mag tape get status command */