2007-11-16 07:05:47 +08:00
|
|
|
#ifndef _LBS_DEBUGFS_H_
|
|
|
|
#define _LBS_DEBUGFS_H_
|
2007-02-10 22:25:27 +08:00
|
|
|
|
2007-11-16 07:05:47 +08:00
|
|
|
void lbs_debugfs_init(void);
|
|
|
|
void lbs_debugfs_remove(void);
|
2007-02-10 22:25:27 +08:00
|
|
|
|
2007-11-23 22:43:44 +08:00
|
|
|
void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
|
|
|
|
void lbs_debugfs_remove_one(struct lbs_private *priv);
|
2007-11-16 07:05:47 +08:00
|
|
|
|
|
|
|
#endif
|