2007-11-15 23:05:47 +00:00
|
|
|
#ifndef _LBS_DEBUGFS_H_
|
|
|
|
#define _LBS_DEBUGFS_H_
|
2007-02-10 14:25:27 +00:00
|
|
|
|
2007-11-15 23:05:47 +00:00
|
|
|
void lbs_debugfs_init(void);
|
|
|
|
void lbs_debugfs_remove(void);
|
2007-02-10 14:25:27 +00:00
|
|
|
|
2007-11-23 14:43:44 +00: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-15 23:05:47 +00:00
|
|
|
|
|
|
|
#endif
|