X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2Ftftp.h;h=c411c9b2e653190d6e1ba359b3044b2847d6db19;hb=b6227d3993db8f1763a8bd377b189e7b77cfe885;hp=c51aa253c4707fdb476442c843a9b85cbef2e461;hpb=58f317d1823c34b41990f21931d143a6606f5507;p=platform%2Fkernel%2Fu-boot.git diff --git a/net/tftp.h b/net/tftp.h index c51aa25..c411c9b 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__ */