Rename ip_eth_hdr to eth_hdr_s

This commit is contained in:
Gregory Nutt
2014-06-25 09:57:52 -06:00
parent f57024406a
commit 621097b6c8
26 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/* Debug ********************************************************************/