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

27 lines
532 B
C
Raw Normal View History

/**
2017-06-02 03:46:06 -07:00
*
* \section COPYRIGHT
2017-06-02 03:46:06 -07:00
*
2021-03-19 03:45:56 -07:00
* Copyright 2013-2021 Software Radio Systems Limited
2017-06-02 03:46:06 -07:00
*
* 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.
2017-06-02 03:46:06 -07:00
*
*/
2021-03-19 03:45:56 -07:00
#include "srsran/common/common.h"
#include "srsran/common/interfaces_common.h"
#include "srsran/srsran.h"
2021-03-19 03:45:56 -07:00
#ifndef SRSRAN_ENB_INTERFACES_H
#define SRSRAN_ENB_INTERFACES_H
namespace srsenb {
class stack_interface_phy_lte;
} // namespace srsenb
2021-03-19 03:45:56 -07:00
#endif // SRSRAN_ENB_INTERFACES_H