aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/mib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/mib.h')
-rw-r--r--include/net/netns/mib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/netns/mib.h b/include/net/netns/mib.h
new file mode 100644
index 000000000000..9f4b31ed18c3
--- /dev/null
+++ b/include/net/netns/mib.h
@@ -0,0 +1,9 @@
1#ifndef __NETNS_MIB_H__
2#define __NETNS_MIB_H__
3
4#include <net/snmp.h>
5
6struct netns_mib {
7};
8
9#endif