diff options
Diffstat (limited to 'src/include/dhcp.h')
| -rw-r--r-- | src/include/dhcp.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/dhcp.h b/src/include/dhcp.h deleted file mode 100644 index deba219bc..000000000 --- a/src/include/dhcp.h +++ /dev/null @@ -1,12 +0,0 @@ -#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 */ |
