1/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
2/* Copyright (c) 2018 Mellanox Technologies. */
3
4#ifndef __MLX5_MONITOR_H__
5#define __MLX5_MONITOR_H__
6
7int  mlx5e_monitor_counter_supported(struct mlx5e_priv *priv);
8void mlx5e_monitor_counter_init(struct mlx5e_priv *priv);
9void mlx5e_monitor_counter_cleanup(struct mlx5e_priv *priv);
10
11#endif /* __MLX5_MONITOR_H__ */
12