Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4dfd459b738cf1f65b3eac4e0a9b19bc93cc91c6 10 lines 250 B view raw
1#ifndef _LBS_DEBUGFS_H_ 2#define _LBS_DEBUGFS_H_ 3 4void lbs_debugfs_init(void); 5void lbs_debugfs_remove(void); 6 7void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev); 8void lbs_debugfs_remove_one(struct lbs_private *priv); 9 10#endif