added my responsibility for the `cpm' port
[unix-history] / sys / netccitt / x25.h
index f4d77c9..59d5d86 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)x25.h 7.8 (Berkeley) 5/29/91
  * SUCH DAMAGE.
  *
  *     from: @(#)x25.h 7.8 (Berkeley) 5/29/91
- *     $Id$
+ *     $Id: x25.h,v 1.2 1993/10/16 19:47:00 rgrimes Exp $
  */
 
  */
 
+#ifndef _NETCCITT_X25_H_
+#define _NETCCITT_X25_H_ 1
+
 #ifdef KERNEL
 #define PRC_IFUP       3
 #define PRC_LINKUP     4
 #ifdef KERNEL
 #define PRC_IFUP       3
 #define PRC_LINKUP     4
@@ -151,3 +154,4 @@ struct ifreq_x25 {
 #define        SIOCSIFCONF_X25 _IOW('i', 12, struct ifreq_x25) /* set ifnet config */
 #define        SIOCGIFCONF_X25 _IOWR('i',13, struct ifreq_x25) /* get ifnet config */
 #endif
 #define        SIOCSIFCONF_X25 _IOW('i', 12, struct ifreq_x25) /* set ifnet config */
 #define        SIOCGIFCONF_X25 _IOWR('i',13, struct ifreq_x25) /* get ifnet config */
 #endif
+#endif /* _NETCCITT_X25_H_ */