shithub: m8c

ref: 69a5eceea271b3cb64b415dca48f723c6d5d2d92
dir: /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