spectrum_mr_tcam.h 324 B

12345678910111213
  1. /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
  2. /* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
  3. #ifndef _MLXSW_SPECTRUM_MCROUTER_TCAM_H
  4. #define _MLXSW_SPECTRUM_MCROUTER_TCAM_H
  5. #include "spectrum.h"
  6. #include "spectrum_mr.h"
  7. extern const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops;
  8. #endif