]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/batman-adv/vis.h
Staging: batman-adv: splitting /proc vis file into vis_server and vis_data
[net-next-2.6.git] / drivers / staging / batman-adv / vis.h
index ff88a43fc674cfcfb09eace51ade340a6548b7cf..2e24258e69a4ac9d1bbf9350b24e82460c138e06 100644 (file)
@@ -50,6 +50,12 @@ extern spinlock_t vis_hash_lock;
 
 void vis_set_mode(int mode);
 int is_vis_server(void);
+void proc_vis_read_entry(struct seq_file *seq,
+                               struct vis_info_entry *entry,
+                               struct hlist_head *if_list,
+                               uint8_t *vis_orig);
+void proc_vis_read_prim_sec(struct seq_file *seq,
+                           struct hlist_head *if_list);
 void receive_server_sync_packet(struct vis_packet *vis_packet,
                                int vis_info_len);
 void receive_client_update_packet(struct vis_packet *vis_packet,