repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add errfile definition for new e1000.c
[gpxe.git]
/
src
/
include
/
dhcp.h
blob
deba219bcd7416a6c76d127128bfe8ce6c3a5565
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 */