X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=net%2Ftftp.h;h=3abdf7bc267f3b7219f4af7512eb13d077cfcbbf;hb=9df82896c5cbd896ceb78af49d061221ced959e8;hp=e3dfb2628aa51bf140d2df6b2e32995aa53fce01;hpb=592ec2c500a36765b04e679c21413a9eccfe1e69;p=u-boot diff --git a/net/tftp.h b/net/tftp.h index e3dfb2628a..3abdf7bc26 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -2,6 +2,8 @@ * LiMon - BOOTP/TFTP. * * Copyright 1994, 1995, 2000 Neil Russell. + * Copyright 2011 Comelit Group SpA + * Luca Ceresoli * (See License) */ @@ -16,6 +18,10 @@ /* tftp.c */ extern void TftpStart (void); /* Begin TFTP get */ +#ifdef CONFIG_CMD_TFTPSRV +extern void TftpStartServer(void); /* Wait for incoming TFTP put */ +#endif + /**********************************************************************/ #endif /* __TFTP_H__ */