summaryrefslogtreecommitdiffstats
path: root/src/include/nic.h
diff options
context:
space:
mode:
authorMichael Brown2009-05-01 16:58:20 +0200
committerMichael Brown2009-05-18 09:24:45 +0200
commita13fc96cb37ff650ee3998b90b3fb2502ecd5804 (patch)
treef45d1a5c037fe80f9645090558f7db63ad63b235 /src/include/nic.h
parent[pxeprefix] Work around bug in Etherboot 5.4 when loading undionly.kpxe (diff)
downloadipxe-a13fc96cb37ff650ee3998b90b3fb2502ecd5804.tar.gz
ipxe-a13fc96cb37ff650ee3998b90b3fb2502ecd5804.tar.xz
ipxe-a13fc96cb37ff650ee3998b90b3fb2502ecd5804.zip
[legacy] Remove long-obsolete old dhcp.h file
Diffstat (limited to 'src/include/nic.h')
-rw-r--r--src/include/nic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/nic.h b/src/include/nic.h
index 186b2ea4..f55db4a5 100644
--- a/src/include/nic.h
+++ b/src/include/nic.h
@@ -18,7 +18,6 @@
#include <gpxe/eisa.h>
#include <gpxe/mca.h>
#include <gpxe/io.h>
-#include "dhcp.h"
typedef enum {
DISABLE = 0,
@@ -45,7 +44,6 @@ struct nic {
unsigned char irqno;
unsigned int mbps;
duplex_t duplex;
- struct dhcp_dev_id dhcp_dev_id;
void *priv_data; /* driver private data */
};