BSD 4_4 release
[unix-history] / usr / src / sys / vax / vax / flp.h
index b132561..faceb76 100644 (file)
@@ -1,5 +1,12 @@
-/*     flp.h   3.2     %G%     */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)flp.h       7.1 (Berkeley) 6/5/86
+ */
 
 
+#if VAX780
 /*
  * Console floppy command/status and sectoring information.
  */
 /*
  * Console floppy command/status and sectoring information.
  */
@@ -41,3 +48,4 @@
  */
 #define        FL_OPEN         1
 #define        FL_BUSY         2
  */
 #define        FL_OPEN         1
 #define        FL_BUSY         2
+#endif