4 #include <linux/netdevice.h>
6 #ifdef CONFIG_6LOWPAN_DEBUGFS
7 int lowpan_dev_debugfs_init(struct net_device
*dev
);
8 void lowpan_dev_debugfs_exit(struct net_device
*dev
);
10 int __init
lowpan_debugfs_init(void);
11 void lowpan_debugfs_exit(void);
13 static inline int lowpan_dev_debugfs_init(struct net_device
*dev
)
18 static inline void lowpan_dev_debugfs_exit(struct net_device
*dev
) { }
20 static inline int __init
lowpan_debugfs_init(void)
25 static inline void lowpan_debugfs_exit(void) { }
26 #endif /* CONFIG_6LOWPAN_DEBUGFS */
28 #endif /* __6LOWPAN_I_H */