aboutsummaryrefslogtreecommitdiff
path: root/include/at91rm9200_net.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-27 21:31:46 +0000
committerwdenk <wdenk>2003-06-27 21:31:46 +0000
commit8bde7f776c77b343aca29b8c7b58464d915ac245 (patch)
tree20f1fd99975215e7c658454a15cdb4ed4694e2d4 /include/at91rm9200_net.h
parent993cad9364c6b87ae429d1ed1130d8153f6f027e (diff)
* Code cleanup:LABEL_2003_06_27_2340
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
Diffstat (limited to 'include/at91rm9200_net.h')
-rw-r--r--include/at91rm9200_net.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/at91rm9200_net.h b/include/at91rm9200_net.h
index e41fe3cf7..19f0d3edf 100644
--- a/include/at91rm9200_net.h
+++ b/include/at91rm9200_net.h
@@ -1,7 +1,7 @@
/*
* Ethernet: An implementation of the Ethernet Device Driver suite for the
* uClinux 2.0.38 operating system. This Driver has been developed
- * for AT75C220 board.
+ * for AT75C220 board.
*
* NOTE: The driver is implemented for one MAC
*
@@ -39,7 +39,7 @@ typedef struct _AT91S_PhyOps
unsigned int (*IsPhyConnected)(AT91S_EMAC *pmac);
unsigned char (*GetLinkSpeed)(AT91S_EMAC *pmac);
unsigned char (*AutoNegotiate)(AT91S_EMAC *pmac, int *);
-
+
} AT91S_PhyOps,*AT91PS_PhyOps;
@@ -56,4 +56,3 @@ static UCHAR at91rm9200_EmacWritePhy(AT91PS_EMAC p_mac, unsigned char RegisterAd
void at91rm92000_GetPhyInterface(void );
#endif /* AT91RM9200_ETHERNET */
-