summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/cs8900.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/network/cs8900.h')
-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;
/*