Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
[deliverable/linux.git] / drivers / net / wireless / libertas / debugfs.h
index 880a11b95d26c4f06ea04cfaa6b0f881e3c5766e..f2b9c7ffe0fd28d5dc6bee79dd1838d38b97280e 100644 (file)
@@ -1,6 +1,10 @@
-void libertas_debugfs_init(void);
-void libertas_debugfs_remove(void);
+#ifndef _LBS_DEBUGFS_H_
+#define _LBS_DEBUGFS_H_
 
-void libertas_debugfs_init_one(wlan_private *priv, struct net_device *dev);
-void libertas_debugfs_remove_one(wlan_private *priv);
+void lbs_debugfs_init(void);
+void lbs_debugfs_remove(void);
 
+void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
+void lbs_debugfs_remove_one(struct lbs_private *priv);
+
+#endif
This page took 0.026047 seconds and 5 git commands to generate.