X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Fgeneric%2Frte_cycles.h;h=73d1fa7b923d5d172cfca71bab54474c7ff7c8f9;hb=df3ff6be2b33faea3edf3c112b9bdc5b74d6f684;hp=d318b91a8fde68b7164bb8db40d9e2736b556a8b;hpb=8bd5f07c7a1ac0c5b8d16758efc3ada3e16b0adc;p=dpdk.git diff --git a/lib/librte_eal/common/include/generic/rte_cycles.h b/lib/librte_eal/common/include/generic/rte_cycles.h index d318b91a8f..73d1fa7b92 100644 --- a/lib/librte_eal/common/include/generic/rte_cycles.h +++ b/lib/librte_eal/common/include/generic/rte_cycles.h @@ -165,7 +165,8 @@ void rte_delay_us_block(unsigned int us); * @param us * Number of microseconds to wait. */ -void __rte_experimental +__rte_experimental +void rte_delay_us_sleep(unsigned int us); /**