diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /include/net/protocol.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'include/net/protocol.h')
-rw-r--r-- | include/net/protocol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h index f6e947b1f..53b58205e 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h @@ -45,6 +45,9 @@ struct inet_protocol const char *name; }; +extern rwlock_t inet_protocol_lock; + + #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) struct inet6_protocol { @@ -61,6 +64,8 @@ struct inet6_protocol void *data; const char *name; }; + +extern rwlock_t inet6_protocol_lock; #endif extern struct inet_protocol *inet_protocol_base; |