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>
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user