summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_llc.h')
-rw-r--r--sys/net/if_llc.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h
index b5793da..da89ee7 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
OpenPOWER on IntegriCloud