This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / net / tc_act / tc_pedit.h
diff --git a/include/net/tc_act/tc_pedit.h b/include/net/tc_act/tc_pedit.h
new file mode 100644 (file)
index 0000000..29ddb66
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef __NET_TC_PED_H
+#define __NET_TC_PED_H
+
+#include <net/act_api.h>
+
+struct tcf_pedit
+{
+       tca_gen(pedit);
+       unsigned char           nkeys;
+       unsigned char           flags;
+       struct tc_pedit_key     keys[0];
+};
+
+#endif