This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / net / tc_act / tc_defact.h
diff --git a/include/net/tc_act/tc_defact.h b/include/net/tc_act/tc_defact.h
new file mode 100644 (file)
index 0000000..463aa67
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef __NET_TC_DEF_H
+#define __NET_TC_DEF_H
+
+#include <net/act_api.h>
+
+struct tcf_defact
+{
+       tca_gen(defact);
+       u32     datalen;
+       void    *defdata;
+};
+
+#endif