diff options
Diffstat (limited to 'usrp/host/lib/legacy/fusb.h')
-rw-r--r-- | usrp/host/lib/legacy/fusb.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usrp/host/lib/legacy/fusb.h b/usrp/host/lib/legacy/fusb.h index da1b7c0ad..8116ed056 100644 --- a/usrp/host/lib/legacy/fusb.h +++ b/usrp/host/lib/legacy/fusb.h @@ -119,12 +119,17 @@ public: static fusb_devhandle *make_devhandle (usb_dev_handle *udh); /*! - * \brief returns max block size hard limit + * \brief Returns max block size in bytes (hard limit). */ static int max_block_size (); /*! - * \brief returns the default buffer size + * \brief Returns default block size in bytes. + */ + static int default_block_size (); + + /*! + * \brief Returns the default buffer size in bytes. */ static int default_buffer_size (); |