]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/ping.h
net: cosmetic: Un-typedef IP_t
[karo-tx-uboot.git] / net / ping.h
index 246d3aa1051b52dba6ffc88677ffbfc83760b05d..0a2d7d179763018bb72f595a5e218d1e71cdbe0a 100644 (file)
@@ -28,7 +28,7 @@ void ping_start(void);
  * @param ip IP header in the same packet
  * @param len Packet length
  */
-void ping_receive(Ethernet_t *et, IP_t *ip, int len);
+void ping_receive(Ethernet_t *et, struct ip_udp_hdr *ip, int len);
 
 #endif /* __PING_H__ */
 #endif