| Holger Schurig | 1007832 | 2007-11-15 18:05:47 -0500 | [diff] [blame] | 1 | #ifndef _LBS_DEBUGFS_H_ | 
|  | 2 | #define _LBS_DEBUGFS_H_ | 
| Marcelo Tosatti | 876c9d3 | 2007-02-10 12:25:27 -0200 | [diff] [blame] | 3 |  | 
| Holger Schurig | 1007832 | 2007-11-15 18:05:47 -0500 | [diff] [blame] | 4 | void lbs_debugfs_init(void); | 
|  | 5 | void lbs_debugfs_remove(void); | 
| Marcelo Tosatti | 876c9d3 | 2007-02-10 12:25:27 -0200 | [diff] [blame] | 6 |  | 
| Holger Schurig | 69f9032 | 2007-11-23 15:43:44 +0100 | [diff] [blame] | 7 | void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev); | 
|  | 8 | void lbs_debugfs_remove_one(struct lbs_private *priv); | 
| Holger Schurig | 1007832 | 2007-11-15 18:05:47 -0500 | [diff] [blame] | 9 |  | 
|  | 10 | #endif |