drm: Fix authentication kernel crash
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / sunrpc / netns.h
blobd013bf211caeb0ca87874ee21d741466d359ea85
1 #ifndef __SUNRPC_NETNS_H__
2 #define __SUNRPC_NETNS_H__
4 #include <net/net_namespace.h>
5 #include <net/netns/generic.h>
7 struct cache_detail;
9 struct sunrpc_net {
10 struct proc_dir_entry *proc_net_rpc;
11 struct cache_detail *ip_map_cache;
14 extern int sunrpc_net_id;
16 int ip_map_cache_create(struct net *);
17 void ip_map_cache_destroy(struct net *);
19 #endif