Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
0002 /* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
0003 
0004 #ifndef _MLXSW_SPECTRUM_MCROUTER_TCAM_H
0005 #define _MLXSW_SPECTRUM_MCROUTER_TCAM_H
0006 
0007 #include "spectrum.h"
0008 #include "spectrum_mr.h"
0009 
0010 extern const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops;
0011 
0012 #endif