/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /* Copyright (c) 2020 Mellanox Technologies. All rights reserved */ #ifndef _MLXSW_SPECTRUM_TRAP_H #define _MLXSW_SPECTRUM_TRAP_H #include <linux/list.h> #include <net/devlink.h> struct mlxsw_sp_trap { … }; struct mlxsw_sp_trap_ops { … }; extern const struct mlxsw_sp_trap_ops mlxsw_sp1_trap_ops; extern const struct mlxsw_sp_trap_ops mlxsw_sp2_trap_ops; #endif