mac80211: conditionally include timestamp in radiotap information
[linux-2.6] / include / net / netns / ipv4.h
1 /*
2  * ipv4 in net namespaces
3  */
4
5 #ifndef __NETNS_IPV4_H__
6 #define __NETNS_IPV4_H__
7 struct ctl_table_header;
8 struct ipv4_devconf;
9
10 struct netns_ipv4 {
11         struct ctl_table_header *forw_hdr;
12         struct ipv4_devconf     *devconf_all;
13         struct ipv4_devconf     *devconf_dflt;
14 };
15 #endif