Browse Source

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

tags/v0.9.8
Michael Brown 15 years ago
parent
commit
a13fc96cb3
2 changed files with 0 additions and 14 deletions
  1. 0
    12
      src/include/dhcp.h
  2. 0
    2
      src/include/nic.h

+ 0
- 12
src/include/dhcp.h View File

1
-#ifndef DHCP_H
2
-#define DHCP_H
3
-
4
-#include "stdint.h"
5
-
6
-struct dhcp_dev_id {
7
-	uint8_t		bus_type;
8
-	uint16_t	vendor_id;
9
-	uint16_t	device_id;
10
-} __attribute__ (( packed ));
11
-
12
-#endif /* DHCP_H */

+ 0
- 2
src/include/nic.h View File

18
 #include <gpxe/eisa.h>
18
 #include <gpxe/eisa.h>
19
 #include <gpxe/mca.h>
19
 #include <gpxe/mca.h>
20
 #include <gpxe/io.h>
20
 #include <gpxe/io.h>
21
-#include "dhcp.h"
22
 
21
 
23
 typedef enum {
22
 typedef enum {
24
 	DISABLE = 0,
23
 	DISABLE = 0,
45
 	unsigned char		irqno;
44
 	unsigned char		irqno;
46
 	unsigned int		mbps;
45
 	unsigned int		mbps;
47
 	duplex_t		duplex;
46
 	duplex_t		duplex;
48
-	struct dhcp_dev_id	dhcp_dev_id;
49
 	void			*priv_data;	/* driver private data */
47
 	void			*priv_data;	/* driver private data */
50
 };
48
 };
51
 
49
 

Loading…
Cancel
Save