Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
0002 
0003 #ifndef __FUNETH_DEVLINK_H
0004 #define __FUNETH_DEVLINK_H
0005 
0006 #include <net/devlink.h>
0007 
0008 struct devlink *fun_devlink_alloc(struct device *dev);
0009 void fun_devlink_free(struct devlink *devlink);
0010 void fun_devlink_register(struct devlink *devlink);
0011 void fun_devlink_unregister(struct devlink *devlink);
0012 
0013 #endif /* __FUNETH_DEVLINK_H */