Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
debugfs.h
Go to the documentation of this file.
1 #ifndef _LBS_DEBUGFS_H_
2 #define _LBS_DEBUGFS_H_
3 
4 void lbs_debugfs_init(void);
5 void lbs_debugfs_remove(void);
6 
7 void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
9 
10 #endif