summaryrefslogtreecommitdiffstats
path: root/net/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tftp.h')
-rw-r--r--net/tftp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tftp.h b/net/tftp.h
index 18e4c9c25d..2b686e3ca6 100644
--- a/net/tftp.h
+++ b/net/tftp.h
@@ -22,6 +22,9 @@ void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */
extern void TftpStartServer(void); /* Wait for incoming TFTP put */
#endif
+extern ulong TftpRRQTimeoutMSecs;
+extern int TftpRRQTimeoutCountMax;
+
/**********************************************************************/
#endif /* __TFTP_H__ */
OpenPOWER on IntegriCloud