diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-06-01 13:13:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-06-01 13:13:05 +0000 |
commit | 53a4436d94886b6b6b0d931158db2c79490591a1 (patch) | |
tree | 9f5a3b6f6644ed39d63758f66e8acbda672c903f /src/include/etherboot.h | |
parent | 0b048e9cfb741e5f2c9a4b12ef79502d63cef93f (diff) | |
download | ipxe-53a4436d94886b6b6b0d931158db2c79490591a1.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 9d364282f..669ee8b24 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" |