summaryrefslogtreecommitdiffstats
path: root/net/tftp.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2000-12-28 11:02:30 +0000
committerwdenk <wdenk>2000-12-28 11:02:30 +0000
commit592ec2c500a36765b04e679c21413a9eccfe1e69 (patch)
treec9c113a3401ba2a19a739628692f05f99dcaf3a6 /net/tftp.h
parentc452f983d4f10851274fcb121864b03380236d88 (diff)
downloadblackbird-obmc-uboot-592ec2c500a36765b04e679c21413a9eccfe1e69.tar.gz
blackbird-obmc-uboot-592ec2c500a36765b04e679c21413a9eccfe1e69.zip
Initial revision
Diffstat (limited to 'net/tftp.h')
-rw-r--r--net/tftp.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/tftp.h b/net/tftp.h
new file mode 100644
index 0000000000..e3dfb2628a
--- /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__ */
OpenPOWER on IntegriCloud