]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/net.h
convert print_IPaddr() to %pI4
[karo-tx-uboot.git] / include / net.h
index b192db1938cf2c7ee6e35fad6c62f779fcf94efd..bd061d9e76002970fa04d43fc6cc8d5f5d8c4637 100644 (file)
@@ -408,9 +408,6 @@ extern int  NetSendUDPPacket(uchar *ether, IPaddr_t dest, int dport, int sport, i
 /* Processes a received packet */
 extern void    NetReceive(volatile uchar *, int);
 
-/* Print an IP address on the console */
-extern void    print_IPaddr (IPaddr_t);
-
 /*
  * The following functions are a bit ugly, but necessary to deal with
  * alignment restrictions on ARM.