summaryrefslogtreecommitdiffstats
path: root/net/arp.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-23 07:58:06 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 17:46:14 -0500
commitcb487f5664b1bf7d907f5d23fe10cc14dc1bd45a (patch)
tree6ccb6584841af8f1974910d5123805e1d74f4d3b /net/arp.h
parentc5c59df04d6bb394209936c2a2c2a3054ead9150 (diff)
downloadtalos-obmc-uboot-cb487f5664b1bf7d907f5d23fe10cc14dc1bd45a.tar.gz
talos-obmc-uboot-cb487f5664b1bf7d907f5d23fe10cc14dc1bd45a.zip
net: cosmetic: Un-typedef Ethernet_t
Separate the Ethernet header from the 802 header. Base the size constants on the structs. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net/arp.h')
-rw-r--r--net/arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arp.h b/net/arp.h
index b59fbdd2ed..b7a1ac97d4 100644
--- a/net/arp.h
+++ b/net/arp.h
@@ -25,6 +25,6 @@ extern int NetArpWaitTry;
void ArpInit(void);
void ArpRequest(void);
void ArpTimeoutCheck(void);
-void ArpReceive(Ethernet_t *et, struct ip_udp_hdr *ip, int len);
+void ArpReceive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
#endif /* __ARP_H__ */
OpenPOWER on IntegriCloud