diff options
author | wdenk <wdenk> | 2000-12-28 11:02:30 (GMT) |
---|---|---|
committer | wdenk <wdenk> | 2000-12-28 11:02:30 (GMT) |
commit | 592ec2c500a36765b04e679c21413a9eccfe1e69 (patch) | |
tree | c9c113a3401ba2a19a739628692f05f99dcaf3a6 /net/tftp.h | |
parent | c452f983d4f10851274fcb121864b03380236d88 (diff) | |
download | u-boot-592ec2c500a36765b04e679c21413a9eccfe1e69.tar.xz |
Initial revision
Diffstat (limited to 'net/tftp.h')
-rw-r--r-- | net/tftp.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/tftp.h b/net/tftp.h new file mode 100644 index 0000000..e3dfb26 --- /dev/null +++ b/net/tftp.h @@ -0,0 +1,21 @@ +/* + * LiMon - BOOTP/TFTP. + * + * Copyright 1994, 1995, 2000 Neil Russell. + * (See License) + */ + +#ifndef __TFTP_H__ +#define __TFTP_H__ + +/**********************************************************************/ +/* + * Global functions and variables. + */ + +/* tftp.c */ +extern void TftpStart (void); /* Begin TFTP get */ + +/**********************************************************************/ + +#endif /* __TFTP_H__ */ |