blob: e52ce897dde5da5b93b3615eae9372a1a6fca2d0 [file] [log] [blame]
Pavel Emelyanov2f72c9b2010-09-27 14:01:27 +04001#ifndef __SUNRPC_NETNS_H__
2#define __SUNRPC_NETNS_H__
3
4#include <net/net_namespace.h>
5#include <net/netns/generic.h>
6
7struct sunrpc_net {
Pavel Emelyanov4f42d0d2010-09-27 14:01:58 +04008 struct proc_dir_entry *proc_net_rpc;
Pavel Emelyanov2f72c9b2010-09-27 14:01:27 +04009};
10
11extern int sunrpc_net_id;
12
13#endif