[legacy] Remove long-obsolete old dhcp.h file

This commit is contained in:
Michael Brown
2009-05-01 15:58:20 +01:00
parent 4188d51753
commit a13fc96cb3
2 changed files with 0 additions and 14 deletions
-2
View File
@@ -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 */
};