net: Provide a function to get the current MAC address
[oweals/u-boot.git] / net / tftp.h
index c51aa253c4707fdb476442c843a9b85cbef2e461..2b686e3ca6a0d52778fedb66706f9882c19855ac 100644 (file)
 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__ */