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