blob: c9758458198042d076f97fc2029ccac43f383724 [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 Schurig10078322007-11-15 18:05:47 -05007void lbs_debugfs_init_one(lbs_private *priv, struct net_device *dev);
8void lbs_debugfs_remove_one(lbs_private *priv);
9
10#endif