aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/utils/paths.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/utils/paths.hpp b/host/include/uhd/utils/paths.hpp
index e5b451542..f55f584a5 100644
--- a/host/include/uhd/utils/paths.hpp
+++ b/host/include/uhd/utils/paths.hpp
@@ -29,6 +29,9 @@ UHD_API std::string get_lib_path(void);
//! Get a string representing the system's pkg directory
UHD_API std::string get_pkg_path(void);
+//! Get a string representing the location of the calibration database
+UHD_API std::string get_cal_data_path(void);
+
//! Get UHD library paths
UHD_API std::vector<fs::path> get_module_paths(void);