diff options
Diffstat (limited to 'sys/netiso/cltp_var.h')
| -rw-r--r-- | sys/netiso/cltp_var.h | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/netiso/cltp_var.h b/sys/netiso/cltp_var.h index 5ed32d66e7c8..6cbfa9b34287 100644 --- a/sys/netiso/cltp_var.h +++ b/sys/netiso/cltp_var.h @@ -31,9 +31,12 @@   * SUCH DAMAGE.   *   *	from: @(#)cltp_var.h	7.3 (Berkeley) 6/28/90 - *	$Id: cltp_var.h,v 1.2 1993/10/16 21:05:00 rgrimes Exp $ + *	$Id: cltp_var.h,v 1.3 1993/11/07 17:49:28 wollman Exp $   */ +#ifndef _NETISO_CLTP_VAR_H_ +#define _NETISO_CLTP_VAR_H_ 1 +  #define UD_TPDU_type	0x40	/* packet type */  #define CLTPOVAL_SRC	0xc1	/* Source TSAP -- required */ @@ -50,6 +53,7 @@ struct	cltpstat {  };  #ifdef KERNEL -struct	isopcb cltb; -struct	cltpstat cltpstat; +extern struct	isopcb cltb; +extern struct	cltpstat cltpstat;  #endif +#endif /* _NETISO_CLTP_VAR_H_ */  | 
