Revision 51a9c2d4 host/lib/usrp/usrp2/clock_control.hpp

b/host/lib/usrp/usrp2/clock_control.hpp
18 18
#ifndef INCLUDED_CLOCK_CONTROL_HPP
19 19
#define INCLUDED_CLOCK_CONTROL_HPP
20 20

  
21
class usrp2_impl; //dummy class
22

  
21
#include "usrp2_iface.hpp"
23 22
#include <boost/shared_ptr.hpp>
24 23
#include <boost/utility.hpp>
25 24

  
......
29 28

  
30 29
    /*!
31 30
     * Make a clock config for the ad9510 ic.
32
     * \param impl a pointer to the usrp2 implementation object
31
     * \param _iface a pointer to the usrp2 interface object
33 32
     * \return a new clock control object
34 33
     */
35
    static sptr make_ad9510(usrp2_impl *impl);
34
    static sptr make_ad9510(usrp2_iface::sptr iface);
36 35

  
37 36
    /*!
38 37
     * Enable/disable the rx dboard clock.

Also available in: Unified diff