X-Git-Url: http://git.onelab.eu/?p=iproute2.git;a=blobdiff_plain;f=tc%2Ftc_core.h;fp=tc%2Ftc_core.h;h=0000000000000000000000000000000000000000;hp=1537f95a7ec471ad7d7d8d511b0ed1fc9dcbb4fc;hb=3331a68859fd71047bb1f309048960b48eab2d83;hpb=2bd4a72f2100be7ad7d9518cb1d49bb2a5b71994 diff --git a/tc/tc_core.h b/tc/tc_core.h deleted file mode 100644 index 1537f95..0000000 --- a/tc/tc_core.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _TC_CORE_H_ -#define _TC_CORE_H_ 1 - -#include -#include - -long tc_core_usec2tick(long usec); -long tc_core_tick2usec(long tick); -unsigned tc_calc_xmittime(unsigned rate, unsigned size); -int tc_calc_rtable(unsigned bps, __u32 *rtab, int cell_log, unsigned mtu, unsigned mpu); - -int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est); - -int tc_core_init(void); - -extern struct rtnl_handle g_rth; -extern int is_batch_mode; - -#endif