mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-05 19:15:05 +00:00
[legacy] Remove long-obsolete old dhcp.h file
This commit is contained in:
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/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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user