]> git.sur5r.net Git - u-boot/blobdiff - net/tftp.h
mx53loco: Place machine ID into board config
[u-boot] / net / tftp.h
index e3dfb2628aa51bf140d2df6b2e32995aa53fce01..3abdf7bc267f3b7219f4af7512eb13d077cfcbbf 100644 (file)
@@ -2,6 +2,8 @@
  *     LiMon - BOOTP/TFTP.
  *
  *     Copyright 1994, 1995, 2000 Neil Russell.
+ *     Copyright 2011 Comelit Group SpA
+ *                    Luca Ceresoli <luca.ceresoli@comelit.it>
  *     (See License)
  */
 
 /* tftp.c */
 extern void    TftpStart (void);       /* Begin TFTP get */
 
+#ifdef CONFIG_CMD_TFTPSRV
+extern void    TftpStartServer(void);  /* Wait for incoming TFTP put */
+#endif
+
 /**********************************************************************/
 
 #endif /* __TFTP_H__ */