]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netfilter/xt_DSCP.h
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / include / linux / netfilter / xt_DSCP.h
index 3c7c963997bd3ab67121562e595725fc9f00de49..14da1968e2c627c3cc35aed0798a7d90aebd847e 100644 (file)
@@ -17,4 +17,9 @@ struct xt_DSCP_info {
        u_int8_t dscp;
 };
 
+struct xt_tos_target_info {
+       u_int8_t tos_value;
+       u_int8_t tos_mask;
+};
+
 #endif /* _XT_DSCP_TARGET_H */