shithub: m8c

ref: 251f3547aa13e5bbda0eacf0f70d90c69195cd43
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