summaryrefslogblamecommitdiffstats
path: root/src/include/dhcp.h
blob: deba219bcd7416a6c76d127128bfe8ce6c3a5565 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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 */