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_ACL_FLEX_ACTIONS_H
0005 #define _MLXSW_SPECTRUM_ACL_FLEX_ACTIONS_H
0006 
0007 #include "spectrum.h"
0008 
0009 int mlxsw_sp_afa_init(struct mlxsw_sp *mlxsw_sp);
0010 void mlxsw_sp_afa_fini(struct mlxsw_sp *mlxsw_sp);
0011 
0012 #endif