xref: /openbmc/linux/net/sunrpc/netns.h (revision 2f72c9b7)
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 };
9 
10 extern int sunrpc_net_id;
11 
12 #endif
13