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