4 * Copyright 1994, 1995, 2000 Neil Russell.
5 * Copyright 2011 Comelit Group SpA
6 * Luca Ceresoli <luca.ceresoli@comelit.it>
13 /**********************************************************************/
15 * Global functions and variables.
19 extern void TftpStart (void); /* Begin TFTP get */
21 #ifdef CONFIG_CMD_TFTPSRV
22 extern void TftpStartServer(void); /* Wait for incoming TFTP put */
25 /**********************************************************************/
27 #endif /* __TFTP_H__ */