Adding debian version 3.70~pre8+dfsg-1.
[syslinux-debian/hramrach.git] / gpxe / src / include / dhcp.h
blobdeba219bcd7416a6c76d127128bfe8ce6c3a5565
1 #ifndef DHCP_H
2 #define DHCP_H
4 #include "stdint.h"
6 struct dhcp_dev_id {
7 uint8_t bus_type;
8 uint16_t vendor_id;
9 uint16_t device_id;
10 } __attribute__ (( packed ));
12 #endif /* DHCP_H */