X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Ftftp.h;h=c411c9b2e653190d6e1ba359b3044b2847d6db19;hb=1c94578e7a3ce9d2e864b9243d213392d324205a;hp=18e4c9c25d72debace773afa62e873ba372c62fd;hpb=13dfe94379f3899e0e8806d7e3654815e194a463;p=u-boot diff --git a/net/tftp.h b/net/tftp.h index 18e4c9c25d..c411c9b2e6 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -16,12 +16,15 @@ */ /* tftp.c */ -void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */ +void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */ #ifdef CONFIG_CMD_TFTPSRV -extern void TftpStartServer(void); /* Wait for incoming TFTP put */ +void tftp_start_server(void); /* Wait for incoming TFTP put */ #endif +extern ulong tftp_timeout_ms; +extern int tftp_timeout_count_max; + /**********************************************************************/ #endif /* __TFTP_H__ */