blob: b2d18af2815ec0ed40ca1dd6e56e133d4cb8ea44 [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 {
8};
9
10extern int sunrpc_net_id;
11
12#endif