aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/nv_param.h
blob: 9f4922ff77453101d978d8cd92d5ed75a22f7e74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
/* Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */

#ifndef __MLX5_NV_PARAM_H
#define __MLX5_NV_PARAM_H

#include <linux/mlx5/driver.h>
#include "devlink.h"

int mlx5_nv_param_register_dl_params(struct devlink *devlink);
void mlx5_nv_param_unregister_dl_params(struct devlink *devlink);

#endif