summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-20 13:10:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-20 13:10:30 +0000
commit84ab6601874fdef764efedc7d9007046a4038917 (patch)
tree216c8137ab77a05ae995d16ea69a94f31891c369 /c/src/lib/libbsp/i386/pc386/include/wd80x3.h
parent2000-10-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-84ab6601874fdef764efedc7d9007046a4038917.tar.bz2
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* include/wd80x3.h: Added file header and logic to prevent multiple inclusions of this file. * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/include/wd80x3.h')
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/wd80x3.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/include/wd80x3.h b/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
index 4bad00993c..282faabdd1 100644
--- a/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
+++ b/c/src/lib/libbsp/i386/pc386/include/wd80x3.h
@@ -1,3 +1,11 @@
+/*
+ * Information about the DP8390 Ethernet controller.
+ *
+ * $Id$
+ */
+
+#ifndef __BSP_WD80x3_h
+#define __BSP_WD80x3_h
/* Register descriptions */
/* Controller DP8390. */
@@ -121,3 +129,5 @@
#define SMK_CDH 0x40 /* collision detect heartbeat */
#define SMK_OWC 0x80 /* out of window collision */
+#endif
+/* end of include */