summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-06-01 15:13:05 +0200
committerMichael Brown2005-06-01 15:13:05 +0200
commit53a4436d94886b6b6b0d931158db2c79490591a1 (patch)
tree9f5a3b6f6644ed39d63758f66e8acbda672c903f /src/include/etherboot.h
parentNow have enough functions to implement a standard TFTP client in around 50 (diff)
downloadipxe-53a4436d94886b6b6b0d931158db2c79490591a1.tar.gz
ipxe-53a4436d94886b6b6b0d931158db2c79490591a1.tar.xz
ipxe-53a4436d94886b6b6b0d931158db2c79490591a1.zip
TFTP upgraded to use a core function library (in tftpcore.c) which will be
shared between TFTP, TFTM and MTFTP protocols.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 9d364282..669ee8b2 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -154,7 +154,6 @@ enum {
#include "udp.h"
#include "tcp.h"
#include "bootp.h"
-#include "tftp.h"
#include "igmp.h"
#include "nfs.h"
#include "console.h"