handle multiple #include's cleanly; include more stuff from tty.h
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 6 Dec 1982 13:54:39 +0000 (05:54 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 6 Dec 1982 13:54:39 +0000 (05:54 -0800)
SCCS-vsn: sys/sys/ttydev.h 4.2

usr/src/sys/sys/ttydev.h

index af5d2c8..5778fce 100644 (file)
@@ -1,8 +1,14 @@
-/*     ttydev.h        4.1     82/12/02        */
+/*     ttydev.h        4.2     82/12/05        */
 
 /*
  * Terminal definitions related to underlying hardware.
  */
 
 /*
  * Terminal definitions related to underlying hardware.
  */
+#ifndef _TTYDEV_
+#define        _TTYDEV_
+
+/* hardware bits */
+#define        DONE    0200
+#define        IENABLE 0100
 
 /*
  * Speeds
 
 /*
  * Speeds
@@ -33,3 +39,4 @@
 #define        DMBIC           2
 #define        DMGET           3
 #endif
 #define        DMBIC           2
 #define        DMGET           3
 #endif
+#endif