summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 09:57:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 09:57:52 -0600
commitf1994c5a179ba323f3dc29de7bc4cbaadeb4a831 (patch)
tree75b8e166dc08ad3db0a271b10a61e321dba37357 /nuttx/arch/z80
parentc9165c6ab64da11033ddcb60e6dcbd72908be0bd (diff)
downloadnuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.tar.gz
nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.tar.bz2
nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.zip
Rename ip_eth_hdr to eth_hdr_s
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80_emac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80_emac.c b/nuttx/arch/z80/src/ez80/ez80_emac.c
index 3967b38e7..8b343c5c0 100644
--- a/nuttx/arch/z80/src/ez80/ez80_emac.c
+++ b/nuttx/arch/z80/src/ez80/ez80_emac.c
@@ -233,7 +233,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
-#define ETHBUF ((struct uip_eth_hdr *)priv->dev.d_buf)
+#define ETHBUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types