brintos

brintos / linux-shallow public Read only

0
0
Text · 386 B · e40464d Raw
14 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */2 3#ifndef __FUNETH_DEVLINK_H4#define __FUNETH_DEVLINK_H5 6#include <net/devlink.h>7 8struct devlink *fun_devlink_alloc(struct device *dev);9void fun_devlink_free(struct devlink *devlink);10void fun_devlink_register(struct devlink *devlink);11void fun_devlink_unregister(struct devlink *devlink);12 13#endif /* __FUNETH_DEVLINK_H */14