]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/net.h
arm: mx5: print some more clocks in the 'clock' command
[karo-tx-uboot.git] / include / net.h
index 76c6d6605aaaa472829df04f4ef5a5bae3ce82b8..faa4b50cd689d90e2ad4ad179b711910462fc3fb 100644 (file)
@@ -39,7 +39,7 @@
 #define PKTALIGN       ARCH_DMA_MINALIGN
 
 /* IPv4 addresses are always 32 bits in size */
-typedef u32            IPaddr_t;
+typedef __be32         IPaddr_t;
 
 
 /**
@@ -698,6 +698,9 @@ extern void copy_filename(char *dst, const char *src, int size);
 /* get a random source port */
 extern unsigned int random_port(void);
 
+/* Update U-Boot over TFTP */
+extern int update_tftp(ulong addr);
+
 /**********************************************************************/
 
 #endif /* __NET_H__ */