summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/cs8900.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-07 23:09:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-09-07 23:09:47 +0000
commita2117cd64a9d25926564e43ea2806f7eacde7343 (patch)
tree2f088b9c41fbff16b2ca11adca1b5ef4d871c3c9 /c/src/libchip/network/cs8900.h
parent2002-09-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a2117cd64a9d25926564e43ea2806f7eacde7343.tar.bz2
2002-09-07 Chris Johns <ccj@acm.org>
* network/Makefile.am, network/README.cs8900, network/cs8900.c, network/cs8900.h: Significant update which corrects the problem where the cs8900.c file was actually the BSP glue. Joel did some hacking so this file will compile. Previously it required providing a target.h file to compile. * network/cs8900.c.bsp: New file.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/cs8900.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/c/src/libchip/network/cs8900.h b/c/src/libchip/network/cs8900.h
index fc36e438a9..ba387681f2 100644
--- a/c/src/libchip/network/cs8900.h
+++ b/c/src/libchip/network/cs8900.h
@@ -2,7 +2,7 @@
------------------------------------------------------------------------
$Id$
------------------------------------------------------------------------
-
+
My Right Boot, a boot ROM for embedded hardware.
Copyright Cybertec Pty Ltd, 2000
@@ -38,6 +38,8 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
+/* #include <target.h> what does this provide? joel to chris */
+
#define ET_MINLEN 60
/*
@@ -382,7 +384,7 @@ typedef struct
* The bsdnet information structure.
*/
- struct arpcom arpcom;
+ struct arpcom arpcom;
/*
* Driver state and resources.
@@ -417,7 +419,7 @@ typedef struct
*/
eth_statistics eth_stats;
-
+
} cs8900_device;
/*