blob: f2b9c7ffe0fd28d5dc6bee79dd1838d38b97280e [file] [log] [blame]
Holger Schurig10078322007-11-15 18:05:47 -05001#ifndef _LBS_DEBUGFS_H_
2#define _LBS_DEBUGFS_H_
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02003
Holger Schurig10078322007-11-15 18:05:47 -05004void lbs_debugfs_init(void);
5void lbs_debugfs_remove(void);
Marcelo Tosatti876c9d32007-02-10 12:25:27 -02006
Holger Schurig69f90322007-11-23 15:43:44 +01007void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
8void lbs_debugfs_remove_one(struct lbs_private *priv);
Holger Schurig10078322007-11-15 18:05:47 -05009
10#endif