test/crypto: create only one virtual device if needed
[dpdk.git] / drivers / bus / fslmc / fslmc_vfio.h
index 39994dd..53dd0b7 100644 (file)
@@ -70,10 +70,13 @@ int vfio_dmamap_mem_region(
 
 int fslmc_vfio_setup_group(void);
 int fslmc_vfio_process_group(void);
+int rte_fslmc_vfio_dmamap(void);
 
 /* create dpio device */
 int dpaa2_create_dpio_device(struct fslmc_vfio_device *vdev,
                             struct vfio_device_info *obj_info,
                             int object_id);
 
+int dpaa2_create_dpbp_device(int dpbp_id);
+
 #endif /* _FSLMC_VFIO_H_ */