x86: Make calculate_relocation_address an overridable function
[platform/kernel/u-boot.git] / net / rarp.h
index fc5b363..ebd748e 100644 (file)
@@ -36,7 +36,7 @@
 extern int RarpTry;
 
 /* Process the receipt of a RARP packet */
-extern void rarp_receive(IP_t *ip, unsigned len);
+extern void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
 extern void RarpRequest(void); /* Send a RARP request */
 
 /**********************************************************************/