]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/ping.h
at91: 9x5: Enable PMECC for 5series ek board.
[karo-tx-uboot.git] / net / ping.h
index 246d3aa1051b52dba6ffc88677ffbfc83760b05d..fd8d8d9778b94b658b15c4e0c0c3f98abf00f5a3 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(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
 
 #endif /* __PING_H__ */
 #endif