This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / net / netrom.h
index d968252..8168780 100644 (file)
@@ -112,6 +112,9 @@ struct nr_node {
  *     nr_node & nr_neigh lists, refcounting and locking
  *********************************************************************/
 
+extern struct hlist_head nr_node_list;
+extern struct hlist_head nr_neigh_list;
+
 #define nr_node_hold(__nr_node) \
        atomic_inc(&((__nr_node)->refcount))