checkpatch: remove __packed and __aligned checks
[openocd.git] / src / jtag / drivers / stlink_usb.h
blobf564a0c51801b4a52450c45313e605bfbcea9d53
1 #ifndef _STLINK_USB_H_
2 #define _STLINK_USB_H_
4 /** */
5 void *stlink_open_usb(struct stlink_interface_param_s *param);
7 #endif