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