From f1994c5a179ba323f3dc29de7bc4cbaadeb4a831 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Jun 2014 09:57:52 -0600 Subject: Rename ip_eth_hdr to eth_hdr_s --- nuttx/arch/z80/src/ez80/ez80_emac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/arch/z80') 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 -- cgit v1.2.3