~ubuntu-branches/ubuntu/natty/linux-backports-modules-2.6.38/natty-updates

« back to all changes in this revision

Viewing changes to updates/compat-wireless-2.6.37/drivers/net/wireless/libertas/debugfs.h

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Tim Gardner
  • Date: 2011-06-08 10:44:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110608104409-fnl8carkdo15bwsz
Tags: 2.6.38-10.6
[ Tim Gardner ]

Shorten compat-wireless package name to cw to accomodate
CDROM file name length restrictions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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