xref: /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.h (revision 2ace52718376fdb56aca863da2eebe70d7e2ddb1)
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 
10 int mlx5_nv_param_register_dl_params(struct devlink *devlink);
11 void mlx5_nv_param_unregister_dl_params(struct devlink *devlink);
12 
13 #endif
14 
15