1#ifndef _LBS_DEBUGFS_H_
2#define _LBS_DEBUGFS_H_
3
4void lbs_debugfs_init(void);
5void lbs_debugfs_remove(void);
6
7void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
8void lbs_debugfs_remove_one(struct lbs_private *priv);
9
10#endif
11