Fixed tools/env utilities
[u-boot-openmoko/mini2440.git] / net / tftp.h
blobe3dfb2628aa51bf140d2df6b2e32995aa53fce01
1 /*
2 * LiMon - BOOTP/TFTP.
4 * Copyright 1994, 1995, 2000 Neil Russell.
5 * (See License)
6 */
8 #ifndef __TFTP_H__
9 #define __TFTP_H__
11 /**********************************************************************/
13 * Global functions and variables.
16 /* tftp.c */
17 extern void TftpStart (void); /* Begin TFTP get */
19 /**********************************************************************/
21 #endif /* __TFTP_H__ */