Add more stock U-Boot images
[oweals/u-boot_mod.git] / u-boot / net / tftp.h
1 /*
2  *      LiMon - BOOTP/TFTP.
3  *
4  *      Copyright 1994, 1995, 2000 Neil Russell.
5  *      (See License)
6  */
7
8 #ifndef __TFTP_H__
9 #define __TFTP_H__
10
11 /*
12  * Global functions and variables
13  */
14
15 /* Begin TFTP get */
16 extern void TftpStart(proto_t protocol);
17
18 #endif /* __TFTP_H__ */