debugfs.h 236 B

12345678910
  1. #ifndef _LBS_DEBUGFS_H_
  2. #define _LBS_DEBUGFS_H_
  3. void lbs_debugfs_init(void);
  4. void lbs_debugfs_remove(void);
  5. void lbs_debugfs_init_one(lbs_private *priv, struct net_device *dev);
  6. void lbs_debugfs_remove_one(lbs_private *priv);
  7. #endif