From 98ff29345ec0819498f131496db0d96262e3c05f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 21 Apr 2005 18:18:29 +0000 Subject: Created a bus/device API that allows for the ROM prefix to specify an initial device, and will also allow for e.g. a device menu to be presented to the user. --- src/include/dhcp.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/include/dhcp.h (limited to 'src/include/dhcp.h') diff --git a/src/include/dhcp.h b/src/include/dhcp.h new file mode 100644 index 00000000..deba219b --- /dev/null +++ b/src/include/dhcp.h @@ -0,0 +1,12 @@ +#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 */ -- cgit v1.2.3-55-g7522