X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=usrp%2Fhost%2Flib%2Ffusb.h;fp=usrp%2Fhost%2Flib%2Ffusb.h;h=fbd651204a5121a47890af1588f01a0d7b646093;hb=0854c4604fcbdb64c74e4b93b87ac07be3d75f55;hp=bfe34d5b881d572167dbf5ef783ebaa16d3d5292;hpb=b5aa407ec2b1bdebc1c950a9428789fe50327776;p=debian%2Fgnuradio diff --git a/usrp/host/lib/fusb.h b/usrp/host/lib/fusb.h index bfe34d5b..fbd65120 100644 --- a/usrp/host/lib/fusb.h +++ b/usrp/host/lib/fusb.h @@ -27,6 +27,7 @@ struct libusb_device_handle; +struct libusb_context; class fusb_ephandle; /*! @@ -116,7 +117,8 @@ public: /*! * \brief returns fusb_devhandle or throws if trouble */ - static fusb_devhandle *make_devhandle (libusb_device_handle *udh); + static fusb_devhandle *make_devhandle (libusb_device_handle *udh, + libusb_context *ctx); /*! * \brief Returns max block size in bytes (hard limit).