diff options
| author | wdenk <wdenk> | 2000-12-28 11:02:30 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2000-12-28 11:02:30 +0000 |
| commit | 592ec2c500a36765b04e679c21413a9eccfe1e69 (patch) | |
| tree | c9c113a3401ba2a19a739628692f05f99dcaf3a6 /net/tftp.h | |
| parent | c452f983d4f10851274fcb121864b03380236d88 (diff) | |
| download | olio-uboot-2014.01-592ec2c500a36765b04e679c21413a9eccfe1e69.tar.xz olio-uboot-2014.01-592ec2c500a36765b04e679c21413a9eccfe1e69.zip | |
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 000000000..e3dfb2628 --- /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__ */ |