Revision 0854c460 usrp/host/lib/fusb.h
| b/usrp/host/lib/fusb.h | ||
|---|---|---|
| 27 | 27 |
|
| 28 | 28 |
|
| 29 | 29 |
struct libusb_device_handle; |
| 30 |
struct libusb_context; |
|
| 30 | 31 |
class fusb_ephandle; |
| 31 | 32 |
|
| 32 | 33 |
/*! |
| ... | ... | |
| 116 | 117 |
/*! |
| 117 | 118 |
* \brief returns fusb_devhandle or throws if trouble |
| 118 | 119 |
*/ |
| 119 |
static fusb_devhandle *make_devhandle (libusb_device_handle *udh); |
|
| 120 |
static fusb_devhandle *make_devhandle (libusb_device_handle *udh, |
|
| 121 |
libusb_context *ctx); |
|
| 120 | 122 |
|
| 121 | 123 |
/*! |
| 122 | 124 |
* \brief Returns max block size in bytes (hard limit). |
Also available in: Unified diff