Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / net / wireless / libertas / debugfs.h
blobf2b9c7ffe0fd28d5dc6bee79dd1838d38b97280e
1 #ifndef _LBS_DEBUGFS_H_
2 #define _LBS_DEBUGFS_H_
4 void lbs_debugfs_init(void);
5 void lbs_debugfs_remove(void);
7 void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
8 void lbs_debugfs_remove_one(struct lbs_private *priv);
10 #endif