Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-microblaze.git] / drivers / net / ethernet / mellanox / mlxsw / spectrum_acl_flex_actions.h
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_ACL_FLEX_ACTIONS_H
5 #define _MLXSW_SPECTRUM_ACL_FLEX_ACTIONS_H
6
7 #include "spectrum.h"
8
9 int mlxsw_sp_afa_init(struct mlxsw_sp *mlxsw_sp);
10 void mlxsw_sp_afa_fini(struct mlxsw_sp *mlxsw_sp);
11
12 #endif