build: cleanup src/jtag directory
[fw/openocd] / src / jtag / drivers / stlink_usb.h
1 #ifndef _STLINK_USB_H_
2 #define _STLINK_USB_H_
3
4 /** */
5 void *stlink_open_usb(struct stlink_interface_param_s *param);
6
7 #endif