X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Ftftp.h;h=c411c9b2e653190d6e1ba359b3044b2847d6db19;hb=978c9a624625b91210aa4132afba70087a442d1c;hp=18e4c9c25d72debace773afa62e873ba372c62fd;hpb=2ab5be7af009b4a40efe2fa5471497c97e70ed28;p=karo-tx-uboot.git 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__ */