shithub: m8c

ref: a157e0d7155d086cf9b4c38db4a67449b8d296d0
dir: /src/usb.h/

View raw version
#ifdef USE_LIBUSB
#ifndef M8C_USB_H
#define M8C_USB_H

#include <libusb.h>
extern libusb_device_handle *devh;

#endif //M8C_USB_H
#endif