shithub: m8c

ref: 87e220f3631616f7fd10a858c92cbd8b53d9d495
dir: /src/usb.h/

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

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

#endif // USE_LIBUSB
#endif // M8C_USB_H_