1/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
2/* Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */
3
4#ifndef __MLX5_NV_PARAM_H
5#define __MLX5_NV_PARAM_H
6
7#include <linux/mlx5/driver.h>
8#include "devlink.h"
9
10int mlx5_nv_param_register_dl_params(struct devlink *devlink);
11void mlx5_nv_param_unregister_dl_params(struct devlink *devlink);
12
13#endif
14
15

source code of linux/drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.h