소스 검색

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

tags/v0.9.8
Michael Brown 15 년 전
부모
커밋
a13fc96cb3
2개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0
    12
      src/include/dhcp.h
  2. 0
    2
      src/include/nic.h

+ 0
- 12
src/include/dhcp.h 파일 보기

@@ -1,12 +0,0 @@
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 파일 보기

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

Loading…
취소
저장