This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / netccitt / x25.h
index 5c25c6b..59d5d86 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)x25.h       7.8 (Berkeley) 5/29/91
+ *     from: @(#)x25.h 7.8 (Berkeley) 5/29/91
+ *     $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
@@ -150,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_ */