summaryrefslogtreecommitdiffstats
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 @@
+#ifndef __NETNS_MIB_H__
+#define __NETNS_MIB_H__
+
+#include <net/snmp.h>
+
+struct netns_mib {
+};
+
+#endif