]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/tftp.h
dm: Adjust lists_bind_fdt() to return the bound device
[karo-tx-uboot.git] / net / tftp.h
index 3abdf7bc267f3b7219f4af7512eb13d077cfcbbf..2b686e3ca6a0d52778fedb66706f9882c19855ac 100644 (file)
  */
 
 /* tftp.c */
-extern void    TftpStart (void);       /* Begin TFTP get */
+void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */
 
 #ifdef CONFIG_CMD_TFTPSRV
-extern void    TftpStartServer(void);  /* Wait for incoming TFTP put */
+extern void TftpStartServer(void);     /* Wait for incoming TFTP put */
 #endif
 
+extern ulong TftpRRQTimeoutMSecs;
+extern int TftpRRQTimeoutCountMax;
+
 /**********************************************************************/
 
 #endif /* __TFTP_H__ */