david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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

View File

@ -1,12 +0,0 @@
#ifndef DHCP_H
#define DHCP_H
#include "stdint.h"
struct dhcp_dev_id {
uint8_t bus_type;
uint16_t vendor_id;
uint16_t device_id;
} __attribute__ (( packed ));
#endif /* DHCP_H */

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 */
};