X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Ftftp.h;h=2b686e3ca6a0d52778fedb66706f9882c19855ac;hb=8ad59c9a7bef49a18078888ad8eba8e87737c3b2;hp=c51aa253c4707fdb476442c843a9b85cbef2e461;hpb=606a76f8ef479e42ae4d06f8f3ce87e9a1c72acf;p=u-boot diff --git a/net/tftp.h b/net/tftp.h index c51aa253c4..2b686e3ca6 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -19,9 +19,12 @@ 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__ */