]> mj.ucw.cz Git - home-hw.git/blob - ucw-libusb/usb-mainloop.h
Auto: Meditation mode turned off
[home-hw.git] / ucw-libusb / usb-mainloop.h
1 /*
2  *      LibUSB over LibUCW Mainloop
3  *
4  *      (c) 2014--2022 Martin Mares <mj@ucw.cz>
5  */
6
7 #include <libusb.h>
8
9 extern libusb_context *usb_ctx;
10
11 void usb_init_mainloop(void);