]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/pkt_sched.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6-omap-h63xx.git] / include / net / pkt_sched.h
index 5754d53d9efcbfc35164dc4ca3d9f14bbaec05cc..9e22526e80e72b646c2a1f5eab446a88025731d0 100644 (file)
@@ -89,8 +89,10 @@ static inline void qdisc_run(struct net_device *dev)
                __qdisc_run(dev);
 }
 
+extern int tc_classify_compat(struct sk_buff *skb, struct tcf_proto *tp,
+                             struct tcf_result *res);
 extern int tc_classify(struct sk_buff *skb, struct tcf_proto *tp,
-       struct tcf_result *res);
+                      struct tcf_result *res);
 
 /* Calculate maximal size of packet seen by hard_start_xmit
    routine of this device.