]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/pkt_sched.h
Merge commit 'v2.6.28-rc2' into topic/asoc
[karo-tx-linux.git] / include / linux / pkt_sched.h
index e5de421ac7b422dc2526837512183311446b0884..5d921fa91a5bdb9e59ac2eec0036ed58082c9475 100644 (file)
@@ -123,6 +123,13 @@ struct tc_prio_qopt
        __u8    priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
 };
 
+/* MULTIQ section */
+
+struct tc_multiq_qopt {
+       __u16   bands;                  /* Number of bands */
+       __u16   max_bands;              /* Maximum number of queues */
+};
+
 /* TBF section */
 
 struct tc_tbf_qopt