summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/uip-arch.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 14:28:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 14:28:16 +0000
commit5aa10a765807c59b4ba7e8bc546723125992eacc (patch)
tree37f83fc854c9a8e5330849b89cda2bf06ce76edf /nuttx/include/net/uip/uip-arch.h
parentb01a17e3235e9cbe98a11ff3095e6792b8e6eb9c (diff)
downloadpx4-nuttx-5aa10a765807c59b4ba7e8bc546723125992eacc.tar.gz
px4-nuttx-5aa10a765807c59b4ba7e8bc546723125992eacc.tar.bz2
px4-nuttx-5aa10a765807c59b4ba7e8bc546723125992eacc.zip
Moved MAC and ethernet definitions to include/net/ethernet.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@443 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/net/uip/uip-arch.h')
-rw-r--r--nuttx/include/net/uip/uip-arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/include/net/uip/uip-arch.h b/nuttx/include/net/uip/uip-arch.h
index 9de911e00..1f96f2d10 100644
--- a/nuttx/include/net/uip/uip-arch.h
+++ b/nuttx/include/net/uip/uip-arch.h
@@ -53,6 +53,7 @@
****************************************************************************/
#include <net/uip/uipopt.h>
+#include <net/ethernet.h>
/****************************************************************************
* Definitions
@@ -86,7 +87,7 @@ struct uip_driver_s
/* Device identitity */
- struct uip_eth_addr d_mac; /* Device MAC address */
+ struct ether_addr d_mac; /* Device MAC address */
/* Network identity */