aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h')
-rw-r--r--tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h b/tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h
new file mode 100644
index 0000000000..30095f09df
--- /dev/null
+++ b/tools/remus/imqebt/include/linux/netfilter_bridge/ebt_imq.h
@@ -0,0 +1,8 @@
+#ifndef __LINUX_BRIDGE_EBT_IMQ_H
+#define __LINUX_BRIDGE_EBT_IMQ_H
+
+struct ebt_imq_info
+{
+ unsigned int todev;
+};
+#endif