X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=net%2Fbatman-adv%2Fmain.h;h=9b94f05f8a179c688c945aacb485e7349b307fb1;hb=bd5b80d51a6c4a68f7d4b9b92c495329f47e53d4;hp=d57b746219de057c931d8459f1ccef84ce711cee;hpb=a0f0dd57f4a85310d9936f1770a0424b49fef876;p=uclinux-h8%2Flinux.git diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index d57b746219de..9b94f05f8a17 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -150,9 +150,9 @@ extern struct workqueue_struct *batadv_event_workqueue; int batadv_mesh_init(struct net_device *soft_iface); void batadv_mesh_free(struct net_device *soft_iface); -void batadv_inc_module_count(void); -void batadv_dec_module_count(void); int batadv_is_my_mac(const uint8_t *addr); +struct batadv_hard_iface * +batadv_seq_print_text_primary_if_get(struct seq_file *seq); int batadv_batman_skb_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev);