diff options
| author | Paul Richards <paul@FreeBSD.org> | 1994-08-21 05:11:48 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1994-08-21 05:11:48 +0000 |
| commit | cea1da3be2dd73c9fb2a1bd844f1959cb10c172b (patch) | |
| tree | 016a8d95fca6fa7f4d9c2c455b7f14b5730261fb /sys/net/if_llc.h | |
| parent | 681843832360e1aac71c24d569b56c08c5cacf90 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_llc.h')
| -rw-r--r-- | sys/net/if_llc.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index b5793daa6374..da89ee7126f7 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -31,9 +31,12 @@ * SUCH DAMAGE. * * @(#)if_llc.h 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: if_llc.h,v 1.2 1994/08/02 07:46:16 davidg Exp $ */ +#ifndef _NET_IF_LLC_H_ +#define _NET_IF_LLC_H_ + /* * IEEE 802.2 Link Level Control headers, for use in conjunction with * 802.{3,4,5} media access control methods. @@ -139,8 +142,4 @@ struct llc { #define LLC_SNAP_LSAP 0xaa #define LLC_ISO_LSAP 0xfe - - - - - +#endif |
