aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/kmod/ebt_imq.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remus/kmod/ebt_imq.h')
-rw-r--r--tools/remus/kmod/ebt_imq.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/remus/kmod/ebt_imq.h b/tools/remus/kmod/ebt_imq.h
deleted file mode 100644
index 1c2d9ef03c..0000000000
--- a/tools/remus/kmod/ebt_imq.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __LINUX_BRIDGE_EBT_IMQ_H
-#define __LINUX_BRIDGE_EBT_IMQ_H
-
-#ifdef OLDKERNEL
-# define IMQ_F_ENQUEUE 0x80
-#endif
-
-struct ebt_imq_info
-{
- unsigned int todev;
-};
-#define EBT_IMQ_TARGET "imq"
-
-#endif