eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_random.h
index 939e6aa..2b30ec8 100644 (file)
@@ -62,7 +62,8 @@ rte_rand(void);
  * @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