Merge tag 'iwlwifi-next-for-kalle-2016-07-06' of git://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / net / 6lowpan / 6lowpan_i.h
index 97ecc27aeca695da7de57e66ac741663095886a1..a67caee119290c6b6ebf090ac39fbd6845f3d476 100644 (file)
@@ -12,6 +12,10 @@ static inline bool lowpan_is_ll(const struct net_device *dev,
        return lowpan_dev(dev)->lltype == lltype;
 }
 
+extern const struct ndisc_ops lowpan_ndisc_ops;
+
+int addrconf_ifid_802154_6lowpan(u8 *eui, struct net_device *dev);
+
 #ifdef CONFIG_6LOWPAN_DEBUGFS
 int lowpan_dev_debugfs_init(struct net_device *dev);
 void lowpan_dev_debugfs_exit(struct net_device *dev);
This page took 0.024042 seconds and 5 git commands to generate.