libusb/usb.h

14 lines
169 B
C
Raw Normal View History

/*
* usb.h
*
* Created on: 12 июл. 2022 г.
* Author: alexander
*/
#ifndef USB_H_
#define USB_H_
void printUSB(libusb_device *dev);
#endif /* USB_H_ */