summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/ftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/ftp.h')
-rw-r--r--gpxe/src/include/gpxe/ftp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/gpxe/src/include/gpxe/ftp.h b/gpxe/src/include/gpxe/ftp.h
deleted file mode 100644
index 93194f65..00000000
--- a/gpxe/src/include/gpxe/ftp.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _GPXE_FTP_H
-#define _GPXE_FTP_H
-
-/** @file
- *
- * File transfer protocol
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-/** FTP default port */
-#define FTP_PORT 21
-
-#endif /* _GPXE_FTP_H */