bump to latest stable and change repository layout
[iproute2.git] / tc / tc_cbq.h
diff --git a/tc/tc_cbq.h b/tc/tc_cbq.h
deleted file mode 100644 (file)
index 8f95649..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _TC_CBQ_H_
-#define _TC_CBQ_H_ 1
-
-unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
-                            int ewma_log, unsigned maxburst);
-unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
-                            int ewma_log, unsigned minburst);
-
-#endif