162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef __FUNETH_DEVLINK_H 462306a36Sopenharmony_ci#define __FUNETH_DEVLINK_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#include <net/devlink.h> 762306a36Sopenharmony_ci 862306a36Sopenharmony_cistruct devlink *fun_devlink_alloc(struct device *dev); 962306a36Sopenharmony_civoid fun_devlink_free(struct devlink *devlink); 1062306a36Sopenharmony_civoid fun_devlink_register(struct devlink *devlink); 1162306a36Sopenharmony_civoid fun_devlink_unregister(struct devlink *devlink); 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif /* __FUNETH_DEVLINK_H */ 14