diff options
Diffstat (limited to 'host/include')
| -rw-r--r-- | host/include/uhd/rfnoc_graph.hpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc_graph.hpp b/host/include/uhd/rfnoc_graph.hpp index 55563c6fc..6a75a8668 100644 --- a/host/include/uhd/rfnoc_graph.hpp +++ b/host/include/uhd/rfnoc_graph.hpp @@ -255,6 +255,7 @@ public:      /**************************************************************************       * Hardware Control       *************************************************************************/ +    virtual size_t get_num_mboards() const = 0;      //! Return a reference to a motherboard controller      //      // See also uhd::rfnoc::mb_controller  | 
