Skip to content

Commit

Permalink
Merge branch 'uniscan2' into bfgminer
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Dec 2, 2013
2 parents dbc2396 + 4bceedc commit df2176c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lowl-usb.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef BFG_LOWL_USB_H
#define BFG_LOWL_USB_H

#include <stdbool.h>
#include <stdint.h>

#include <libusb.h>

extern struct device_drv *bfg_claim_usb(struct device_drv * const, const bool verbose, const uint8_t usbbus, const uint8_t usbaddr);
Expand Down

0 comments on commit df2176c

Please sign in to comment.