X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstlink-sg.h;h=2e27ceb5fc82527093f98eca24d17fd0ae41a89c;hb=3bf3bbef0ba03fa54c531b94daaf0c4029c0af8b;hp=c9776cddb76701202860c2a5b8bb59b0fc77dcdb;hpb=214ecc86229ed46173b6d1f1bcc797dc2d6771d2;p=fw%2Fstlink diff --git a/src/stlink-sg.h b/src/stlink-sg.h index c9776cd..2e27ceb 100644 --- a/src/stlink-sg.h +++ b/src/stlink-sg.h @@ -42,7 +42,9 @@ extern "C" { struct stlink_libsg { libusb_context* libusb_ctx; - libusb_device_handle *handle; + libusb_device_handle *usb_handle; + unsigned ep_rep; + unsigned ep_req; int sg_fd; int do_scsi_pt_err;