]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/ping.h
karo: tx48: only print message about cpu_clk, if it was actually changed
[karo-tx-uboot.git] / net / ping.h
index 246d3aa1051b52dba6ffc88677ffbfc83760b05d..8c71be4fdf069a43be5058baaadd1aa20b8b062c 100644 (file)
@@ -8,8 +8,6 @@
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
  */
 
-#if defined(CONFIG_CMD_PING)
-
 #ifndef __PING_H__
 #define __PING_H__
 
@@ -28,7 +26,6 @@ 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