X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstlink-sg.h;h=d4d7723b84a7327fb608586ef889f3c1c6920c9f;hb=e82da443bf0f113f7fc3cad71322a69f0db22360;hp=8485d3d88eb0d7f50c3dce9b6b059936a5ea1aee;hpb=f587baa03ac9598130fac7f4ab58bef4030cb8df;p=fw%2Fstlink diff --git a/src/stlink-sg.h b/src/stlink-sg.h index 8485d3d..d4d7723 100644 --- a/src/stlink-sg.h +++ b/src/stlink-sg.h @@ -57,12 +57,13 @@ extern "C" { uint32_t q_addr; // Sense (error information) data + // obsolete, this was fed to the scsi tools unsigned char sense_buf[SENSE_BUF_LEN]; reg reg; }; - stlink_t* stlink_v1_open(const char *dev_name, const int verbose); + stlink_t* stlink_v1_open(const int verbose); #ifdef __cplusplus }