ref: 733ca6590b3507aad57b6fc81bc26e7fa536ccd0 dir: /src/usb.h/
#ifdef USE_LIBUSB #ifndef M8C_USB_H #define M8C_USB_H #include <libusb.h> extern libusb_device_handle *devh; #endif //M8C_USB_H #endif