]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_random.h
eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_random.h
index 939e6aaa918d8e0476578d8c7cc7769d590e60fa..2b30ec85c1da8cb846b2ff3866ee2da76b1ad107 100644 (file)
@@ -62,7 +62,8 @@ rte_rand(void);
  * @return
  *   A pseudo-random value between 0 and (upper_bound-1).
  */
  * @return
  *   A pseudo-random value between 0 and (upper_bound-1).
  */
-uint64_t __rte_experimental
+__rte_experimental
+uint64_t
 rte_rand_max(uint64_t upper_bound);
 
 #ifdef __cplusplus
 rte_rand_max(uint64_t upper_bound);
 
 #ifdef __cplusplus