xref: /openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr_tcam.h (revision 3eb66e91a25497065c5322b1268cbc3953642227)
1*9948a064SJiri Pirko /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
2*9948a064SJiri Pirko /* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
30e14c777SYotam Gigi 
40e14c777SYotam Gigi #ifndef _MLXSW_SPECTRUM_MCROUTER_TCAM_H
50e14c777SYotam Gigi #define _MLXSW_SPECTRUM_MCROUTER_TCAM_H
60e14c777SYotam Gigi 
70e14c777SYotam Gigi #include "spectrum.h"
80e14c777SYotam Gigi #include "spectrum_mr.h"
90e14c777SYotam Gigi 
100e14c777SYotam Gigi extern const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops;
110e14c777SYotam Gigi 
120e14c777SYotam Gigi #endif
13