e52ce897dde5da5b93b3615eae9372a1a6fca2d0
[pandora-kernel.git] / net / sunrpc / netns.h
1 #ifndef __SUNRPC_NETNS_H__
2 #define __SUNRPC_NETNS_H__
3
4 #include <net/net_namespace.h>
5 #include <net/netns/generic.h>
6
7 struct sunrpc_net {
8         struct proc_dir_entry *proc_net_rpc;
9 };
10
11 extern int sunrpc_net_id;
12
13 #endif