aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/device_addr.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/include/uhd/types/device_addr.hpp b/host/include/uhd/types/device_addr.hpp
index 869f4a862..87cce626d 100644
--- a/host/include/uhd/types/device_addr.hpp
+++ b/host/include/uhd/types/device_addr.hpp
@@ -44,6 +44,12 @@ public:
device_addr_t(const std::string& args = "");
/*!
+ * Create a device address from an args string.
+ * \param args the arguments string
+ */
+ device_addr_t(const char* args);
+
+ /*!
* Create a device address from a std::map
* \param info the device info map
*/