devargs: make bus optional
[dpdk.git] / drivers / baseband / fpga_lte_fec / fpga_lte_fec.h
index 9ae8b12..b35c7a4 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 /**
  * Structure to pass FPGA 4G FEC configuration.
  */
-struct fpga_lte_fec_conf {
+struct rte_fpga_lte_fec_conf {
        /**< 1 if PF is used for dataplane, 0 for VFs */
        bool pf_mode_en;
        /**< Number of UL queues per VF */
@@ -62,9 +62,10 @@ struct fpga_lte_fec_conf {
  * @return
  *   Zero on success, negative value on failure.
  */
+__rte_experimental
 int
-fpga_lte_fec_configure(const char *dev_name,
-               const struct fpga_lte_fec_conf *conf);
+rte_fpga_lte_fec_configure(const char *dev_name,
+               const struct rte_fpga_lte_fec_conf *conf);
 
 #ifdef __cplusplus
 }