srsLTE/lib/include/srsran/interfaces/enb_interfaces.h

27 lines
532 B
C++

/**
*
* \section COPYRIGHT
*
* Copyright 2013-2021 Software Radio Systems Limited
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the distribution.
*
*/
#include "srsran/common/common.h"
#include "srsran/common/interfaces_common.h"
#include "srsran/srsran.h"
#ifndef SRSRAN_ENB_INTERFACES_H
#define SRSRAN_ENB_INTERFACES_H
namespace srsenb {
class stack_interface_phy_lte;
} // namespace srsenb
#endif // SRSRAN_ENB_INTERFACES_H