diff options
Diffstat (limited to 'usb.h')
-rw-r--r-- | usb.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#include <libusb.h> + +extern libusb_device *dev; +extern libusb_device_handle *hdev; + +void find_device(char *name, + unsigned int vendor, + unsigned int device); |