Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.8
 1/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
 2/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
 3
 4#ifndef _MLXSW_SPECTRUM_MCROUTER_TCAM_H
 5#define _MLXSW_SPECTRUM_MCROUTER_TCAM_H
 6
 7#include "spectrum.h"
 8#include "spectrum_mr.h"
 9
10extern const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops;
11
12#endif
v5.4
 1/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
 2/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
 3
 4#ifndef _MLXSW_SPECTRUM_MCROUTER_TCAM_H
 5#define _MLXSW_SPECTRUM_MCROUTER_TCAM_H
 6
 7#include "spectrum.h"
 8#include "spectrum_mr.h"
 9
10extern const struct mlxsw_sp_mr_ops mlxsw_sp_mr_tcam_ops;
11
12#endif