]> mj.ucw.cz Git - ursary.git/blob - usb.h
Removed switching of ports, revived switching of outputs
[ursary.git] / usb.h
1 /*
2  *      LibUSB over LibUCW Mainloop
3  *
4  *      (c) 2014--2020 Martin Mares <mj@ucw.cz>
5  */
6
7 #include <libusb.h>
8
9 extern libusb_context *usb_ctx;
10
11 void usb_init(void);