mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[legacy] Remove long-obsolete old dhcp.h file
This commit is contained in:
@@ -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/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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user