Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LBS_DEBUGFS_H_
0003 #define _LBS_DEBUGFS_H_
0004 
0005 void lbs_debugfs_init(void);
0006 void lbs_debugfs_remove(void);
0007 
0008 void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
0009 void lbs_debugfs_remove_one(struct lbs_private *priv);
0010 
0011 #endif