Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  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);
  8 void lbs_debugfs_remove_one(struct lbs_private *priv);
  9 
 10 #endif
 11 
  This page was automatically generated by the LXR engine.