//
// Copyright 2014 Ettus Research LLC
// Copyright 2018 Ettus Research, a National Instruments Company
//
// SPDX-License-Identifier: GPL-3.0-or-later
//

#ifndef INCLUDED_E300_COMMON_HPP
#define INCLUDED_E300_COMMON_HPP

namespace uhd { namespace usrp { namespace e300 {

namespace common {

void load_fpga_image(const std::string &path);

};

}}}

#endif // INCLUDED_E300_COMMON_HPP