]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/generic/rte_cycles.h
eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / generic / rte_cycles.h
index ac379e8780d00603f833337c2b8e73f0b18757a2..73d1fa7b923d5d172cfca71bab54474c7ff7c8f9 100644 (file)
@@ -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);
 
 /**
@@ -173,7 +174,7 @@ rte_delay_us_sleep(unsigned int us);
  *
  * @param userfunc
  *   User function which replaces rte_delay_us. rte_delay_us_block restores
- *   buildin block delay function.
+ *   builtin block delay function.
  */
 void rte_delay_us_callback_register(void(*userfunc)(unsigned int));