aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv4.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index ce830d57c35c..e06d7cfd6d64 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -4,6 +4,12 @@
4 4
5#ifndef __NETNS_IPV4_H__ 5#ifndef __NETNS_IPV4_H__
6#define __NETNS_IPV4_H__ 6#define __NETNS_IPV4_H__
7struct ctl_table_header;
8struct ipv4_devconf;
9
7struct netns_ipv4 { 10struct netns_ipv4 {
11 struct ctl_table_header *forw_hdr;
12 struct ipv4_devconf *devconf_all;
13 struct ipv4_devconf *devconf_dflt;
8}; 14};
9#endif 15#endif