mirror of https://github.com/ipxe/ipxe.git
[legacy] Remove long-obsolete old dhcp.h file
parent
4188d51753
commit
a13fc96cb3
|
@ -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 */
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include <gpxe/eisa.h>
|
#include <gpxe/eisa.h>
|
||||||
#include <gpxe/mca.h>
|
#include <gpxe/mca.h>
|
||||||
#include <gpxe/io.h>
|
#include <gpxe/io.h>
|
||||||
#include "dhcp.h"
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
DISABLE = 0,
|
DISABLE = 0,
|
||||||
|
@ -45,7 +44,6 @@ struct nic {
|
||||||
unsigned char irqno;
|
unsigned char irqno;
|
||||||
unsigned int mbps;
|
unsigned int mbps;
|
||||||
duplex_t duplex;
|
duplex_t duplex;
|
||||||
struct dhcp_dev_id dhcp_dev_id;
|
|
||||||
void *priv_data; /* driver private data */
|
void *priv_data; /* driver private data */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue