diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-10-06 11:10:25 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-10-06 11:10:25 -0700 |
| commit | 254addf4da5e0a2583917ba8787141288d7364a3 (patch) | |
| tree | 270201ff25dff325edec983f285cb5a595720fc6 /include/linux | |
| parent | a87706c282d1d81622900bcee6a109f0c21f8fc9 (diff) | |
| parent | 102f07337e683bfbe50532e8864c609c98419f24 (diff) | |
Merge master.kernel.org:/home/acme/BK/llc-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/atalk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/atalk.h b/include/linux/atalk.h index e26dc1db8a41..477169eb5b28 100644 --- a/include/linux/atalk.h +++ b/include/linux/atalk.h @@ -198,5 +198,19 @@ extern void aarp_cleanup_module(void); #define at_sk(__sk) ((struct atalk_sock *)(__sk)->protinfo) +extern struct sock *atalk_sockets; +extern spinlock_t atalk_sockets_lock; + +extern struct atalk_route *atalk_routes; +extern rwlock_t atalk_routes_lock; + +extern struct atalk_iface *atalk_interfaces; +extern spinlock_t atalk_interfaces_lock; + +extern struct atalk_route atrtr_default; + +extern int atalk_proc_init(void); +extern void atalk_proc_exit(void); + #endif /* __KERNEL__ */ #endif /* __LINUX_ATALK_H__ */ |
